v8-runtime-functions

Exposes and documents v8 runtime functions.

Usage no npm install needed!

<script type="module">
  import v8RuntimeFunctions from 'https://cdn.skypack.dev/v8-runtime-functions';
</script>

README

v8-runtime-functions build status

Exposes and documents v8 runtime functions.

Status

MAD SCIENCE

Installation

npm install v8-runtime-functions

Table of Contents generated with DocToc

API

_Arguments(arg1)

Undocumented

Parameters:
Name Type Description
arg1
Source:
Returns:

_ArgumentsLength()

Undocumented

Source:
Returns:

_ClassOf(arg1)

Undocumented

Parameters:
Name Type Description
arg1
Source:
Returns:

_FastAsciiArrayJoin(arg1, arg2)

Undocumented

Parameters:
Name Type Description
arg1
arg2
Source:
Returns:

_GeneratorThrow(arg1, arg2)

Undocumented

Parameters:
Name Type Description
arg1
arg2
Source:
Returns:

_GetCachedArrayIndex(arg1)

Undocumented

Parameters:
Name Type Description
arg1
Source:
Returns:

_GetFromCache(arg1, arg2)

Undocumented

Parameters:
Name Type Description
arg1
arg2
Source:
Returns:

_HasCachedArrayIndex(arg1)

Undocumented

Parameters:
Name Type Description
arg1
Source:
Returns:

_IsArray(arg1)

Undocumented

Parameters:
Name Type Description
arg1
Source:
Returns:

_IsConstructCall()

Undocumented

Source:
Returns:

_IsFunction(arg1)

Undocumented

Parameters:
Name Type Description
arg1
Source:
Returns:

_IsNonNegativeSmi(arg1)

Undocumented

Parameters:
Name Type Description
arg1
Source:
Returns:

_IsObject(arg1)

Undocumented

Parameters:
Name Type Description
arg1
Source:
Returns:

_IsRegExp(arg1)

Undocumented

Parameters:
Name Type Description
arg1
Source:
Returns:

_IsSmi(arg1)

Undocumented

Parameters:
Name Type Description
arg1
Source:
Returns:

_IsSpecObject(arg1)

Undocumented

Parameters:
Name Type Description
arg1
Source:
Returns:

_IsStringWrapperSafeForDefaultValueOf(arg1)

Undocumented

Parameters:
Name Type Description
arg1
Source:
Returns:

_IsUndetectableObject(arg1)

Undocumented

Parameters:
Name Type Description
arg1
Source:
Returns:

_MathPow(arg1, arg2)

Undocumented

Parameters:
Name Type Description
arg1
arg2
Source:
Returns:

_NumberToString(arg1)

Undocumented

Parameters:
Name Type Description
arg1
Source:
Returns:

_ObjectEquals(arg1, arg2)

Undocumented

Parameters:
Name Type Description
arg1
arg2
Source:
Returns:

_RegExpConstructResult(arg1, arg2, arg3)

Undocumented

Parameters:
Name Type Description
arg1
arg2
arg3
Source:
Returns:

_RegExpExec(arg1, arg2, arg3, arg4)

Undocumented

Parameters:
Name Type Description
arg1
arg2
arg3
arg4
Source:
Returns:

_SetValueOf(arg1, arg2)

Undocumented

Parameters:
Name Type Description
arg1
arg2
Source:
Returns:

_StringAdd(arg1, arg2)

Undocumented

Parameters:
Name Type Description
arg1
arg2
Source:
Returns:

_StringCharAt(arg1, arg2)

Undocumented

Parameters:
Name Type Description
arg1
arg2
Source:
Returns:

_StringCharCodeAt(arg1, arg2)

Undocumented

Parameters:
Name Type Description
arg1
arg2
Source:
Returns:

_StringCharFromCode(arg1)

Undocumented

Parameters:
Name Type Description
arg1
Source:
Returns:

_StringCompare(arg1, arg2)

Undocumented

Parameters:
Name Type Description
arg1
arg2
Source:
Returns:

_SubString(arg1, arg2, arg3)

Undocumented

Parameters:
Name Type Description
arg1
arg2
arg3
Source:
Returns:

_ValueOf(arg1)

Undocumented

Parameters:
Name Type Description
arg1
Source:
Returns:

Abort(arg1)

Undocumented BREAKS due to immediate execution

Parameters:
Name Type Description
arg1
Source:
Returns:

AbortJS(arg1)

Undocumented

Parameters:
Name Type Description
arg1
Source:
Returns:

Apply(arg1, arg2, arg3, arg4, arg5)

Undocumented

Parameters:
Name Type Description
arg1
arg2
arg3
arg4
arg5
Source:
Returns:

ArrayBufferGetByteLength(arg1)

Undocumented

Parameters:
Name Type Description
arg1
Source:
Returns:

ArrayBufferInitialize(arg1, arg2)

Undocumented

Parameters:
Name Type Description
arg1
arg2
Source:
Returns:

ArrayBufferIsView(arg1)

Undocumented

Parameters:
Name Type Description
arg1
Source:
Returns:

ArrayBufferNeuter(arg1)

Undocumented

Parameters:
Name Type Description
arg1
Source:
Returns:

ArrayBufferSliceImpl(arg1, arg2, arg3)

Undocumented

Parameters:
Name Type Description
arg1
arg2
arg3
Source:
Returns:

ArrayBufferViewGetByteLength(arg1)

Undocumented

Parameters:
Name Type Description
arg1
Source:
Returns:

ArrayBufferViewGetByteOffset(arg1)

Undocumented

Parameters:
Name Type Description
arg1
Source:
Returns:

ArrayConcat(arg1)

Undocumented

Parameters:
Name Type Description
arg1
Source:
Returns:

BasicJSONStringify(arg1)

Undocumented

Parameters:
Name Type Description
arg1
Source: