Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thlorenz/v8-runtime-functions
Exposing and documenting v8 runtime functions.
https://github.com/thlorenz/v8-runtime-functions
Last synced: 21 days ago
JSON representation
Exposing and documenting v8 runtime functions.
- Host: GitHub
- URL: https://github.com/thlorenz/v8-runtime-functions
- Owner: thlorenz
- License: mit
- Created: 2014-06-24T01:28:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-01T01:17:28.000Z (over 10 years ago)
- Last Synced: 2024-10-18T00:57:21.209Z (25 days ago)
- Language: JavaScript
- Homepage:
- Size: 207 KB
- Stars: 28
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# v8-runtime-functions [![build status](https://secure.travis-ci.org/thlorenz/v8-runtime-functions.png)](http://travis-ci.org/thlorenz/v8-runtime-functions)
Exposes and documents v8 runtime functions.
## Status
**MAD SCIENCE**
## Installation
npm install v8-runtime-functions
**Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)*
- [API](#api)
- [_Arguments(arg1)](#_argumentsarg1)
- [_ArgumentsLength()](#_argumentslength)
- [_ClassOf(arg1)](#_classofarg1)
- [_FastAsciiArrayJoin(arg1, arg2)](#_fastasciiarrayjoinarg1-arg2)
- [_GeneratorThrow(arg1, arg2)](#_generatorthrowarg1-arg2)
- [_GetCachedArrayIndex(arg1)](#_getcachedarrayindexarg1)
- [_GetFromCache(arg1, arg2)](#_getfromcachearg1-arg2)
- [_HasCachedArrayIndex(arg1)](#_hascachedarrayindexarg1)
- [_IsArray(arg1)](#_isarrayarg1)
- [_IsConstructCall()](#_isconstructcall)
- [_IsFunction(arg1)](#_isfunctionarg1)
- [_IsNonNegativeSmi(arg1)](#_isnonnegativesmiarg1)
- [_IsObject(arg1)](#_isobjectarg1)
- [_IsRegExp(arg1)](#_isregexparg1)
- [_IsSmi(arg1)](#_issmiarg1)
- [_IsSpecObject(arg1)](#_isspecobjectarg1)
- [_IsStringWrapperSafeForDefaultValueOf(arg1)](#_isstringwrappersafefordefaultvalueofarg1)
- [_IsUndetectableObject(arg1)](#_isundetectableobjectarg1)
- [_MathPow(arg1, arg2)](#_mathpowarg1-arg2)
- [_NumberToString(arg1)](#_numbertostringarg1)
- [_ObjectEquals(arg1, arg2)](#_objectequalsarg1-arg2)
- [_RegExpConstructResult(arg1, arg2, arg3)](#_regexpconstructresultarg1-arg2-arg3)
- [_RegExpExec(arg1, arg2, arg3, arg4)](#_regexpexecarg1-arg2-arg3-arg4)
- [_SetValueOf(arg1, arg2)](#_setvalueofarg1-arg2)
- [_StringAdd(arg1, arg2)](#_stringaddarg1-arg2)
- [_StringCharAt(arg1, arg2)](#_stringcharatarg1-arg2)
- [_StringCharCodeAt(arg1, arg2)](#_stringcharcodeatarg1-arg2)
- [_StringCharFromCode(arg1)](#_stringcharfromcodearg1)
- [_StringCompare(arg1, arg2)](#_stringcomparearg1-arg2)
- [_SubString(arg1, arg2, arg3)](#_substringarg1-arg2-arg3)
- [_ValueOf(arg1)](#_valueofarg1)
- [Abort(arg1)](#abortarg1)
- [AbortJS(arg1)](#abortjsarg1)
- [Apply(arg1, arg2, arg3, arg4, arg5)](#applyarg1-arg2-arg3-arg4-arg5)
- [ArrayBufferGetByteLength(arg1)](#arraybuffergetbytelengtharg1)
- [ArrayBufferInitialize(arg1, arg2)](#arraybufferinitializearg1-arg2)
- [ArrayBufferIsView(arg1)](#arraybufferisviewarg1)
- [ArrayBufferNeuter(arg1)](#arraybufferneuterarg1)
- [ArrayBufferSliceImpl(arg1, arg2, arg3)](#arraybuffersliceimplarg1-arg2-arg3)
- [ArrayBufferViewGetByteLength(arg1)](#arraybufferviewgetbytelengtharg1)
- [ArrayBufferViewGetByteOffset(arg1)](#arraybufferviewgetbyteoffsetarg1)
- [ArrayConcat(arg1)](#arrayconcatarg1)
- [BasicJSONStringify(arg1)](#basicjsonstringifyarg1)
- [BoundFunctionGetBindings(arg1)](#boundfunctiongetbindingsarg1)
- [Break()](#break)
- [ChangeBreakOnException(arg1, arg2)](#changebreakonexceptionarg1-arg2)
- [CharFromCode(arg1)](#charfromcodearg1)
- [CheckExecutionState(arg1)](#checkexecutionstatearg1)
- [CheckIsBootstrapping()](#checkisbootstrapping)
- [ClearBreakPoint(arg1)](#clearbreakpointarg1)
- [ClearFunctionTypeFeedback(arg1)](#clearfunctiontypefeedbackarg1)
- [ClearStepping()](#clearstepping)
- [CollectGarbage(arg1)](#collectgarbagearg1)
- [CollectStackTrace(arg1, arg2, arg3)](#collectstacktracearg1-arg2-arg3)
- [CompileForOnStackReplacement(arg1)](#compileforonstackreplacementarg1)
- [CompileString(arg1, arg2)](#compilestringarg1-arg2)
- [ConstructDouble(arg1, arg2)](#constructdoublearg1-arg2)
- [CreateApiFunction(arg1, arg2)](#createapifunctionarg1-arg2)
- [CreateGlobalPrivateSymbol(arg1)](#createglobalprivatesymbolarg1)
- [CreateJSFunctionProxy(arg1, arg2, arg3, arg4)](#createjsfunctionproxyarg1-arg2-arg3-arg4)
- [CreateJSProxy(arg1, arg2)](#createjsproxyarg1-arg2)
- [CreatePrivateSymbol(arg1)](#createprivatesymbolarg1)
- [CreateSymbol(arg1)](#createsymbolarg1)
- [DataViewGetBuffer(arg1)](#dataviewgetbufferarg1)
- [DataViewGetFloat32(arg1, arg2, arg3)](#dataviewgetfloat32arg1-arg2-arg3)
- [DataViewGetFloat64(arg1, arg2, arg3)](#dataviewgetfloat64arg1-arg2-arg3)
- [DataViewGetInt8(arg1, arg2, arg3)](#dataviewgetint8arg1-arg2-arg3)
- [DataViewGetInt16(arg1, arg2, arg3)](#dataviewgetint16arg1-arg2-arg3)
- [DataViewGetInt32(arg1, arg2, arg3)](#dataviewgetint32arg1-arg2-arg3)
- [DataViewGetUint8(arg1, arg2, arg3)](#dataviewgetuint8arg1-arg2-arg3)
- [DataViewGetUint16(arg1, arg2, arg3)](#dataviewgetuint16arg1-arg2-arg3)
- [DataViewGetUint32(arg1, arg2, arg3)](#dataviewgetuint32arg1-arg2-arg3)
- [DataViewInitialize(arg1, arg2, arg3, arg4)](#dataviewinitializearg1-arg2-arg3-arg4)
- [DataViewSetFloat32(arg1, arg2, arg3, arg4)](#dataviewsetfloat32arg1-arg2-arg3-arg4)
- [DataViewSetFloat64(arg1, arg2, arg3, arg4)](#dataviewsetfloat64arg1-arg2-arg3-arg4)
- [DataViewSetInt8(arg1, arg2, arg3, arg4)](#dataviewsetint8arg1-arg2-arg3-arg4)
- [DataViewSetInt16(arg1, arg2, arg3, arg4)](#dataviewsetint16arg1-arg2-arg3-arg4)
- [DataViewSetInt32(arg1, arg2, arg3, arg4)](#dataviewsetint32arg1-arg2-arg3-arg4)
- [DataViewSetUint8(arg1, arg2, arg3, arg4)](#dataviewsetuint8arg1-arg2-arg3-arg4)
- [DataViewSetUint16(arg1, arg2, arg3, arg4)](#dataviewsetuint16arg1-arg2-arg3-arg4)
- [DataViewSetUint32(arg1, arg2, arg3, arg4)](#dataviewsetuint32arg1-arg2-arg3-arg4)
- [DateCacheVersion()](#datecacheversion)
- [DateCurrentTime()](#datecurrenttime)
- [DateLocalTimezone(arg1)](#datelocaltimezonearg1)
- [DateMakeDay(arg1, arg2)](#datemakedayarg1-arg2)
- [DateParseString(arg1, arg2)](#dateparsestringarg1-arg2)
- [DateSetValue(arg1, arg2, arg3)](#datesetvaluearg1-arg2-arg3)
- [DateToUTC(arg1)](#datetoutcarg1)
- [DebugBreak()](#debugbreak)
- [DebugBreakInOptimizedCode()](#debugbreakinoptimizedcode)
- [DebugCallbackSupportsStepping(arg1)](#debugcallbacksupportssteppingarg1)
- [DebugConstructedBy(arg1, arg2)](#debugconstructedbyarg1-arg2)
- [DebugDisassembleConstructor(arg1)](#debugdisassembleconstructorarg1)
- [DebugDisassembleFunction(arg1)](#debugdisassemblefunctionarg1)
- [DebugEvaluate(arg1, arg2, arg3, arg4, arg5, arg6)](#debugevaluatearg1-arg2-arg3-arg4-arg5-arg6)
- [DebugEvaluateGlobal(arg1, arg2, arg3, arg4)](#debugevaluateglobalarg1-arg2-arg3-arg4)
- [DebugGetLoadedScripts()](#debuggetloadedscripts)
- [DebugGetProperty(arg1, arg2)](#debuggetpropertyarg1-arg2)
- [DebugGetPropertyDetails(arg1, arg2)](#debuggetpropertydetailsarg1-arg2)
- [DebugGetPrototype(arg1)](#debuggetprototypearg1)
- [DebugIndexedInterceptorElementValue(arg1, arg2)](#debugindexedinterceptorelementvaluearg1-arg2)
- [DebugNamedInterceptorPropertyValue(arg1, arg2)](#debugnamedinterceptorpropertyvaluearg1-arg2)
- [DebugPrepareStepInIfStepping(arg1)](#debugpreparestepinifsteppingarg1)
- [DebugPrint(arg1)](#debugprintarg1)
- [DebugPrintScopes()](#debugprintscopes)
- [DebugPromiseHandleEpilogue()](#debugpromisehandleepilogue)
- [DebugPromiseHandlePrologue(arg1)](#debugpromisehandleprologuearg1)
- [DebugPropertyAttributesFromDetails(arg1)](#debugpropertyattributesfromdetailsarg1)
- [DebugPropertyIndexFromDetails(arg1)](#debugpropertyindexfromdetailsarg1)
- [DebugPropertyTypeFromDetails(arg1)](#debugpropertytypefromdetailsarg1)
- [DebugReferencedBy(arg1, arg2, arg3)](#debugreferencedbyarg1-arg2-arg3)
- [DebugSetScriptSource(arg1, arg2)](#debugsetscriptsourcearg1-arg2)
- [DebugTrace()](#debugtrace)
- [DefineOrRedefineAccessorProperty(arg1, arg2, arg3, arg4, arg5)](#defineorredefineaccessorpropertyarg1-arg2-arg3-arg4-arg5)
- [DefineOrRedefineDataProperty(arg1, arg2, arg3, arg4)](#defineorredefinedatapropertyarg1-arg2-arg3-arg4)
- [DeleteProperty(arg1, arg2, arg3)](#deletepropertyarg1-arg2-arg3)
- [DeoptimizeFunction(arg1)](#deoptimizefunctionarg1)
- [DisableAccessChecks(arg1)](#disableaccesschecksarg1)
- [DoubleHi(arg1)](#doublehiarg1)
- [DoubleLo(arg1)](#doubleloarg1)
- [EnableAccessChecks(arg1)](#enableaccesschecksarg1)
- [EstimateNumberOfElements(arg1)](#estimatenumberofelementsarg1)
- [ExecuteInDebugContext(arg1, arg2)](#executeindebugcontextarg1-arg2)
- [FinishArrayPrototypeSetup(arg1)](#finisharrayprototypesetuparg1)
- [Fix(arg1)](#fixarg1)
- [FlattenString(arg1)](#flattenstringarg1)
- [FunctionBindArguments(arg1, arg2, arg3, arg4)](#functionbindargumentsarg1-arg2-arg3-arg4)
- [FunctionGetInferredName(arg1)](#functiongetinferrednamearg1)
- [FunctionGetName(arg1)](#functiongetnamearg1)
- [FunctionGetPositionForOffset(arg1, arg2)](#functiongetpositionforoffsetarg1-arg2)
- [FunctionGetScript(arg1)](#functiongetscriptarg1)
- [FunctionGetScriptSourcePosition(arg1)](#functiongetscriptsourcepositionarg1)
- [FunctionGetSourceCode(arg1)](#functiongetsourcecodearg1)
- [FunctionIsAPIFunction(arg1)](#functionisapifunctionarg1)
- [FunctionIsBuiltin(arg1)](#functionisbuiltinarg1)
- [FunctionIsGenerator(arg1)](#functionisgeneratorarg1)
- [FunctionMarkNameShouldPrintAsAnonymous(arg1)](#functionmarknameshouldprintasanonymousarg1)
- [FunctionNameShouldPrintAsAnonymous(arg1)](#functionnameshouldprintasanonymousarg1)
- [FunctionRemovePrototype(arg1)](#functionremoveprototypearg1)
- [FunctionSetInstanceClassName(arg1, arg2)](#functionsetinstanceclassnamearg1-arg2)
- [FunctionSetLength(arg1, arg2)](#functionsetlengtharg1-arg2)
- [FunctionSetName(arg1, arg2)](#functionsetnamearg1-arg2)
- [FunctionSetPrototype(arg1, arg2)](#functionsetprototypearg1-arg2)
- [FunctionSetReadOnlyPrototype(arg1)](#functionsetreadonlyprototypearg1)
- [GeneratorNext(arg1, arg2)](#generatornextarg1-arg2)
- [GetAllScopesDetails(arg1, arg2, arg3, arg4)](#getallscopesdetailsarg1-arg2-arg3-arg4)
- [GetAndClearOverflowedStackTrace(arg1)](#getandclearoverflowedstacktracearg1)
- [GetArgumentsProperty(arg1)](#getargumentspropertyarg1)
- [GetArrayKeys(arg1, arg2)](#getarraykeysarg1-arg2)
- [GetBreakLocations(arg1, arg2)](#getbreaklocationsarg1-arg2)
- [GetCallTrap(arg1)](#getcalltraparg1)
- [GetConstructorDelegate(arg1)](#getconstructordelegatearg1)
- [GetConstructTrap(arg1)](#getconstructtraparg1)
- [GetDataProperty(arg1, arg2)](#getdatapropertyarg1-arg2)
- [GetDefaultReceiver(arg1)](#getdefaultreceiverarg1)
- [GetFrameCount(arg1)](#getframecountarg1)
- [GetFrameDetails(arg1, arg2)](#getframedetailsarg1-arg2)
- [GetFunctionCodePositionFromSource(arg1, arg2)](#getfunctioncodepositionfromsourcearg1-arg2)
- [GetFunctionDelegate(arg1)](#getfunctiondelegatearg1)
- [GetFunctionScopeCount(arg1)](#getfunctionscopecountarg1)
- [GetFunctionScopeDetails(arg1, arg2)](#getfunctionscopedetailsarg1-arg2)
- [GetHandler(arg1)](#gethandlerarg1)
- [GetHeapUsage()](#getheapusage)
- [GetIndexedInterceptorElementNames(arg1)](#getindexedinterceptorelementnamesarg1)
- [GetInterceptorInfo(arg1)](#getinterceptorinfoarg1)
- [GetLocalElementNames(arg1)](#getlocalelementnamesarg1)
- [GetLocalPropertyNames(arg1, arg2)](#getlocalpropertynamesarg1-arg2)
- [GetMicrotaskState()](#getmicrotaskstate)
- [GetNamedInterceptorPropertyNames(arg1)](#getnamedinterceptorpropertynamesarg1)
- [GetObservationState()](#getobservationstate)
- [GetOptimizationCount(arg1)](#getoptimizationcountarg1)
- [GetOwnProperty(arg1, arg2)](#getownpropertyarg1-arg2)
- [GetProperty(arg1, arg2)](#getpropertyarg1-arg2)
- [GetPropertyNames(arg1)](#getpropertynamesarg1)
- [GetPropertyNamesFast(arg1)](#getpropertynamesfastarg1)
- [GetPrototype(arg1)](#getprototypearg1)
- [GetRootNaN()](#getrootnan)
- [GetScopeCount(arg1, arg2)](#getscopecountarg1-arg2)
- [GetScopeDetails(arg1, arg2, arg3, arg4)](#getscopedetailsarg1-arg2-arg3-arg4)
- [GetScript(arg1)](#getscriptarg1)
- [GetStepInPositions(arg1, arg2)](#getstepinpositionsarg1-arg2)
- [GetTemplateField(arg1, arg2)](#gettemplatefieldarg1-arg2)
- [GetThreadCount(arg1)](#getthreadcountarg1)
- [GetThreadDetails(arg1, arg2)](#getthreaddetailsarg1-arg2)
- [GetV8Version()](#getv8version)
- [GlobalPrint(arg1)](#globalprintarg1)
- [GlobalReceiver(arg1)](#globalreceiverarg1)
- [HasDictionaryElements(arg1)](#hasdictionaryelementsarg1)
- [HasElement(arg1, arg2)](#haselementarg1-arg2)
- [HasExternalArrayElements(arg1)](#hasexternalarrayelementsarg1)
- [HasExternalFloat32Elements(arg1)](#hasexternalfloat32elementsarg1)
- [HasExternalFloat64Elements(arg1)](#hasexternalfloat64elementsarg1)
- [HasExternalInt8Elements(arg1)](#hasexternalint8elementsarg1)
- [HasExternalInt16Elements(arg1)](#hasexternalint16elementsarg1)
- [HasExternalInt32Elements(arg1)](#hasexternalint32elementsarg1)
- [HasExternalUint8ClampedElements(arg1)](#hasexternaluint8clampedelementsarg1)
- [HasExternalUint8Elements(arg1)](#hasexternaluint8elementsarg1)
- [HasExternalUint16Elements(arg1)](#hasexternaluint16elementsarg1)
- [HasExternalUint32Elements(arg1)](#hasexternaluint32elementsarg1)
- [HasFastDoubleElements(arg1)](#hasfastdoubleelementsarg1)
- [HasFastHoleyElements(arg1)](#hasfastholeyelementsarg1)
- [HasFastObjectElements(arg1)](#hasfastobjectelementsarg1)
- [HasFastProperties(arg1)](#hasfastpropertiesarg1)
- [HasFastSmiElements(arg1)](#hasfastsmielementsarg1)
- [HasFastSmiOrObjectElements(arg1)](#hasfastsmiorobjectelementsarg1)
- [HasFixedFloat32Elements(arg1)](#hasfixedfloat32elementsarg1)
- [HasFixedFloat64Elements(arg1)](#hasfixedfloat64elementsarg1)
- [HasFixedInt8Elements(arg1)](#hasfixedint8elementsarg1)
- [HasFixedInt16Elements(arg1)](#hasfixedint16elementsarg1)
- [HasFixedInt32Elements(arg1)](#hasfixedint32elementsarg1)
- [HasFixedUint8ClampedElements(arg1)](#hasfixeduint8clampedelementsarg1)
- [HasFixedUint8Elements(arg1)](#hasfixeduint8elementsarg1)
- [HasFixedUint16Elements(arg1)](#hasfixeduint16elementsarg1)
- [HasFixedUint32Elements(arg1)](#hasfixeduint32elementsarg1)
- [HasLocalProperty(arg1, arg2)](#haslocalpropertyarg1-arg2)
- [HasProperty(arg1, arg2)](#haspropertyarg1-arg2)
- [HasSloppyArgumentsElements(arg1)](#hassloppyargumentselementsarg1)
- [HaveSameMap(arg1, arg2)](#havesamemaparg1-arg2)
- [IS_VAR(arg1)](#is_vararg1)
- [IsAttachedGlobal(arg1)](#isattachedglobalarg1)
- [IsBreakOnException(arg1)](#isbreakonexceptionarg1)
- [IsConcurrentRecompilationSupported()](#isconcurrentrecompilationsupported)
- [IsExtensible(arg1)](#isextensiblearg1)
- [IsInPrototypeChain(arg1, arg2)](#isinprototypechainarg1-arg2)
- [IsJSFunctionProxy(arg1)](#isjsfunctionproxyarg1)
- [IsJSGlobalProxy(arg1)](#isjsglobalproxyarg1)
- [IsJSModule(arg1)](#isjsmodulearg1)
- [IsJSProxy(arg1)](#isjsproxyarg1)
- [IsMinusZero(arg1)](#isminuszeroarg1)
- [IsObserved(arg1)](#isobservedarg1)
- [IsPropertyEnumerable(arg1, arg2)](#ispropertyenumerablearg1-arg2)
- [IsSloppyModeFunction(arg1)](#issloppymodefunctionarg1)
- [IsTemplate(arg1)](#istemplatearg1)
- [IsValidSmi(arg1)](#isvalidsmiarg1)
- [KeyedGetProperty(arg1, arg2)](#keyedgetpropertyarg1-arg2)
- [LiveEditCheckAndDropActivations(arg1, arg2)](#liveeditcheckanddropactivationsarg1-arg2)
- [LiveEditCompareStrings(arg1, arg2)](#liveeditcomparestringsarg1-arg2)
- [LiveEditFindSharedFunctionInfosForScript(arg1)](#liveeditfindsharedfunctioninfosforscriptarg1)
- [LiveEditFunctionSetScript(arg1, arg2)](#liveeditfunctionsetscriptarg1-arg2)
- [LiveEditFunctionSourceUpdated(arg1)](#liveeditfunctionsourceupdatedarg1)
- [LiveEditGatherCompileInfo(arg1, arg2)](#liveeditgathercompileinfoarg1-arg2)
- [LiveEditPatchFunctionPositions(arg1, arg2)](#liveeditpatchfunctionpositionsarg1-arg2)
- [LiveEditReplaceFunctionCode(arg1, arg2)](#liveeditreplacefunctioncodearg1-arg2)
- [LiveEditReplaceRefToNestedFunction(arg1, arg2, arg3)](#liveeditreplacereftonestedfunctionarg1-arg2-arg3)
- [LiveEditReplaceScript(arg1, arg2, arg3)](#liveeditreplacescriptarg1-arg2-arg3)
- [LiveEditRestartFrame(arg1, arg2)](#liveeditrestartframearg1-arg2)
- [LoadMutableDouble(arg1, arg2)](#loadmutabledoublearg1-arg2)
- [LocalKeys(arg1)](#localkeysarg1)
- [LookupAccessor(arg1, arg2, arg3)](#lookupaccessorarg1-arg2-arg3)
- [MapClear(arg1)](#mapcleararg1)
- [MapCreateIterator(arg1, arg2)](#mapcreateiteratorarg1-arg2)
- [MapDelete(arg1, arg2)](#mapdeletearg1-arg2)
- [MapGet(arg1, arg2)](#mapgetarg1-arg2)
- [MapGetSize(arg1)](#mapgetsizearg1)
- [MapHas(arg1, arg2)](#maphasarg1-arg2)
- [MapInitialize(arg1)](#mapinitializearg1)
- [MapIteratorClose(arg1)](#mapiteratorclosearg1)
- [MapIteratorNext(arg1)](#mapiteratornextarg1)
- [MapSet(arg1, arg2, arg3)](#mapsetarg1-arg2-arg3)
- [MathAcos(arg1)](#mathacosarg1)
- [MathAsin(arg1)](#mathasinarg1)
- [MathAtan(arg1)](#mathatanarg1)
- [MathAtan2(arg1, arg2)](#mathatan2arg1-arg2)
- [MathExp(arg1)](#mathexparg1)
- [MathFloor(arg1)](#mathfloorarg1)
- [MathFround(arg1)](#mathfroundarg1)
- [MathLog(arg1)](#mathlogarg1)
- [MathSqrt(arg1)](#mathsqrtarg1)
- [MaxSmi()](#maxsmi)
- [MessageGetScript(arg1)](#messagegetscriptarg1)
- [MessageGetStartPosition(arg1)](#messagegetstartpositionarg1)
- [MoveArrayContents(arg1, arg2)](#movearraycontentsarg1-arg2)
- [NeverOptimizeFunction(arg1)](#neveroptimizefunctionarg1)
- [NewObjectFromBound(arg1)](#newobjectfromboundarg1)
- [NewString(arg1, arg2)](#newstringarg1-arg2)
- [NewStringWrapper(arg1)](#newstringwrapperarg1)
- [NewSymbolWrapper(arg1)](#newsymbolwrapperarg1)
- [NotifyContextDisposed()](#notifycontextdisposed)
- [NumberAdd(arg1, arg2)](#numberaddarg1-arg2)
- [NumberAnd(arg1, arg2)](#numberandarg1-arg2)
- [NumberCompare(arg1, arg2, arg3)](#numbercomparearg1-arg2-arg3)
- [NumberDiv(arg1, arg2)](#numberdivarg1-arg2)
- [NumberEquals(arg1, arg2)](#numberequalsarg1-arg2)
- [NumberImul(arg1, arg2)](#numberimularg1-arg2)
- [NumberMod(arg1, arg2)](#numbermodarg1-arg2)
- [NumberMul(arg1, arg2)](#numbermularg1-arg2)
- [NumberOr(arg1, arg2)](#numberorarg1-arg2)
- [NumberSar(arg1, arg2)](#numbersararg1-arg2)
- [NumberShl(arg1, arg2)](#numbershlarg1-arg2)
- [NumberShr(arg1, arg2)](#numbershrarg1-arg2)
- [NumberSub(arg1, arg2)](#numbersubarg1-arg2)
- [NumberToExponential(arg1, arg2)](#numbertoexponentialarg1-arg2)
- [NumberToFixed(arg1, arg2)](#numbertofixedarg1-arg2)
- [NumberToInteger(arg1)](#numbertointegerarg1)
- [NumberToIntegerMapMinusZero(arg1)](#numbertointegermapminuszeroarg1)
- [NumberToJSInt32(arg1)](#numbertojsint32arg1)
- [NumberToJSUint32(arg1)](#numbertojsuint32arg1)
- [NumberToPrecision(arg1, arg2)](#numbertoprecisionarg1-arg2)
- [NumberToRadixString(arg1, arg2)](#numbertoradixstringarg1-arg2)
- [NumberUnaryMinus(arg1)](#numberunaryminusarg1)
- [NumberXor(arg1, arg2)](#numberxorarg1-arg2)
- [ObjectFreeze(arg1)](#objectfreezearg1)
- [ObjectGetNotifierInObjectContext(arg1)](#objectgetnotifierinobjectcontextarg1)
- [ObjectNotifierPerformChangeInObjectContext(arg1, arg2, arg3)](#objectnotifierperformchangeinobjectcontextarg1-arg2-arg3)
- [ObjectObserveInObjectContext(arg1, arg2, arg3)](#objectobserveinobjectcontextarg1-arg2-arg3)
- [ObjectWasCreatedInCurrentOrigin(arg1)](#objectwascreatedincurrentoriginarg1)
- [ObservationWeakMapCreate()](#observationweakmapcreate)
- [ObserverObjectAndRecordHaveSameOrigin(arg1, arg2, arg3)](#observerobjectandrecordhavesameoriginarg1-arg2-arg3)
- [OneByteSeqStringSetChar(arg1, arg2, arg3)](#onebyteseqstringsetchararg1-arg2-arg3)
- [OptimizeObjectForAddingMultipleProperties(arg1, arg2)](#optimizeobjectforaddingmultiplepropertiesarg1-arg2)
- [ParseJson(arg1)](#parsejsonarg1)
- [PrepareStep(arg1, arg2, arg3, arg4)](#preparesteparg1-arg2-arg3-arg4)
- [PreventExtensions(arg1)](#preventextensionsarg1)
- [PushIfAbsent(arg1, arg2)](#pushifabsentarg1-arg2)
- [QuoteJSONString(arg1)](#quotejsonstringarg1)
- [RegExpCompile(arg1, arg2, arg3)](#regexpcompilearg1-arg2-arg3)
- [RegExpExecMultiple(arg1, arg2, arg3, arg4)](#regexpexecmultiplearg1-arg2-arg3-arg4)
- [RegExpInitializeObject(arg1, arg2, arg3, arg4, arg5)](#regexpinitializeobjectarg1-arg2-arg3-arg4-arg5)
- [RemoveArrayHoles(arg1, arg2)](#removearrayholesarg1-arg2)
- [RoundNumber(arg1)](#roundnumberarg1)
- [RunMicrotasks()](#runmicrotasks)
- [RunningInSimulator()](#runninginsimulator)
- [SetAccessorProperty(arg1, arg2, arg3, arg4, arg5, arg6)](#setaccessorpropertyarg1-arg2-arg3-arg4-arg5-arg6)
- [SetAdd(arg1, arg2)](#setaddarg1-arg2)
- [SetClear(arg1)](#setcleararg1)
- [SetCode(arg1, arg2)](#setcodearg1-arg2)
- [SetCreateIterator(arg1, arg2)](#setcreateiteratorarg1-arg2)
- [SetDebugEventListener(arg1, arg2)](#setdebugeventlistenerarg1-arg2)
- [SetDelete(arg1, arg2)](#setdeletearg1-arg2)
- [SetDisableBreak(arg1)](#setdisablebreakarg1)
- [SetExpectedNumberOfProperties(arg1, arg2)](#setexpectednumberofpropertiesarg1-arg2)
- [SetFlags(arg1)](#setflagsarg1)
- [SetFunctionBreakPoint(arg1, arg2, arg3)](#setfunctionbreakpointarg1-arg2-arg3)
- [SetGetSize(arg1)](#setgetsizearg1)
- [SetHas(arg1, arg2)](#sethasarg1-arg2)
- [SetHiddenProperty(arg1, arg2, arg3)](#sethiddenpropertyarg1-arg2-arg3)
- [SetInitialize(arg1)](#setinitializearg1)
- [SetInlineBuiltinFlag(arg1)](#setinlinebuiltinflagarg1)
- [SetIsObserved(arg1)](#setisobservedarg1)
- [SetIteratorClose(arg1)](#setiteratorclosearg1)
- [SetIteratorNext(arg1)](#setiteratornextarg1)
- [SetMicrotaskPending(arg1)](#setmicrotaskpendingarg1)
- [SetNativeFlag(arg1)](#setnativeflagarg1)
- [SetPrototype(arg1, arg2)](#setprototypearg1-arg2)
- [SetScopeVariableValue(arg1, arg2, arg3, arg4, arg5, arg6)](#setscopevariablevaluearg1-arg2-arg3-arg4-arg5-arg6)
- [SetScriptBreakPoint(arg1, arg2, arg3, arg4)](#setscriptbreakpointarg1-arg2-arg3-arg4)
- [SmiLexicographicCompare(arg1, arg2)](#smilexicographiccomparearg1-arg2)
- [SparseJoinWithSeparator(arg1, arg2, arg3)](#sparsejoinwithseparatorarg1-arg2-arg3)
- [SpecialArrayFunctions(arg1)](#specialarrayfunctionsarg1)
- [StoreArrayLiteralElement(arg1, arg2, arg3, arg4, arg5)](#storearrayliteralelementarg1-arg2-arg3-arg4-arg5)
- [StringBuilderConcat(arg1, arg2, arg3)](#stringbuilderconcatarg1-arg2-arg3)
- [StringBuilderJoin(arg1, arg2, arg3)](#stringbuilderjoinarg1-arg2-arg3)
- [StringEquals(arg1, arg2)](#stringequalsarg1-arg2)
- [StringIndexOf(arg1, arg2, arg3)](#stringindexofarg1-arg2-arg3)
- [StringLastIndexOf(arg1, arg2, arg3)](#stringlastindexofarg1-arg2-arg3)
- [StringLocaleCompare(arg1, arg2)](#stringlocalecomparearg1-arg2)
- [StringMatch(arg1, arg2, arg3)](#stringmatcharg1-arg2-arg3)
- [StringParseFloat(arg1)](#stringparsefloatarg1)
- [StringParseInt(arg1, arg2)](#stringparseintarg1-arg2)
- [StringReplaceGlobalRegExpWithString(arg1, arg2, arg3, arg4)](#stringreplaceglobalregexpwithstringarg1-arg2-arg3-arg4)
- [StringReplaceOneCharWithString(arg1, arg2, arg3)](#stringreplaceonecharwithstringarg1-arg2-arg3)
- [StringSplit(arg1, arg2, arg3)](#stringsplitarg1-arg2-arg3)
- [StringToArray(arg1, arg2)](#stringtoarrayarg1-arg2)
- [StringToLowerCase(arg1)](#stringtolowercasearg1)
- [StringToNumber(arg1)](#stringtonumberarg1)
- [StringToUpperCase(arg1)](#stringtouppercasearg1)
- [StringTrim(arg1, arg2, arg3)](#stringtrimarg1-arg2-arg3)
- [SymbolDescription(arg1)](#symboldescriptionarg1)
- [SymbolIsPrivate(arg1)](#symbolisprivatearg1)
- [SymbolRegistry()](#symbolregistry)
- [SystemBreak()](#systembreak)
- [ToBool(arg1)](#toboolarg1)
- [ToFastProperties(arg1)](#tofastpropertiesarg1)
- [TraceEnter()](#traceenter)
- [TraceExit(arg1)](#traceexitarg1)
- [TransitionElementsKind(arg1, arg2)](#transitionelementskindarg1-arg2)
- [TruncateString(arg1, arg2)](#truncatestringarg1-arg2)
- [TryMigrateInstance(arg1)](#trymigrateinstancearg1)
- [TwoByteSeqStringSetChar(arg1, arg2, arg3)](#twobyteseqstringsetchararg1-arg2-arg3)
- [TypedArrayGetBuffer(arg1)](#typedarraygetbufferarg1)
- [TypedArrayGetLength(arg1)](#typedarraygetlengtharg1)
- [TypedArrayInitialize(arg1, arg2, arg3, arg4, arg5)](#typedarrayinitializearg1-arg2-arg3-arg4-arg5)
- [TypedArrayInitializeFromArrayLike(arg1, arg2, arg3, arg4)](#typedarrayinitializefromarraylikearg1-arg2-arg3-arg4)
- [TypedArrayMaxSizeInHeap()](#typedarraymaxsizeinheap)
- [TypedArraySetFastCases(arg1, arg2, arg3)](#typedarraysetfastcasesarg1-arg2-arg3)
- [Typeof(arg1)](#typeofarg1)
- [UnblockConcurrentRecompilation()](#unblockconcurrentrecompilation)
- [URIEscape(arg1)](#uriescapearg1)
- [URIUnescape(arg1)](#uriunescapearg1)
- [WeakCollectionDelete(arg1, arg2)](#weakcollectiondeletearg1-arg2)
- [WeakCollectionGet(arg1, arg2)](#weakcollectiongetarg1-arg2)
- [WeakCollectionHas(arg1, arg2)](#weakcollectionhasarg1-arg2)
- [WeakCollectionInitialize(arg1)](#weakcollectioninitializearg1)
- [WeakCollectionSet(arg1, arg2, arg3)](#weakcollectionsetarg1-arg2-arg3)
- [License](#license)## 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 executionParameters:
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:
Returns:
BoundFunctionGetBindings(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
Break()Undocumented
- Source:
Returns:
ChangeBreakOnException(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
CharFromCode(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
CheckExecutionState(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
CheckIsBootstrapping()Undocumented
- Source:
Returns:
ClearBreakPoint(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
ClearFunctionTypeFeedback(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
ClearStepping()Undocumented
- Source:
Returns:
CollectGarbage(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
CollectStackTrace(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
CompileForOnStackReplacement(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
CompileString(arg1, arg2)Undocumented
BREAKS due to immediate executionParameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
ConstructDouble(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
CreateApiFunction(arg1, arg2)Undocumented
BREAKS due to immediate executionParameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
CreateGlobalPrivateSymbol(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
CreateJSFunctionProxy(arg1, arg2, arg3, arg4)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
arg4
- Source:
Returns:
CreateJSProxy(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
CreatePrivateSymbol(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
CreateSymbol(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
DataViewGetBuffer(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
DataViewGetFloat32(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
DataViewGetFloat64(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
DataViewGetInt8(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
DataViewGetInt16(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
DataViewGetInt32(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
DataViewGetUint8(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
DataViewGetUint16(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
DataViewGetUint32(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
DataViewInitialize(arg1, arg2, arg3, arg4)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
arg4
- Source:
Returns:
DataViewSetFloat32(arg1, arg2, arg3, arg4)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
arg4
- Source:
Returns:
DataViewSetFloat64(arg1, arg2, arg3, arg4)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
arg4
- Source:
Returns:
DataViewSetInt8(arg1, arg2, arg3, arg4)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
arg4
- Source:
Returns:
DataViewSetInt16(arg1, arg2, arg3, arg4)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
arg4
- Source:
Returns:
DataViewSetInt32(arg1, arg2, arg3, arg4)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
arg4
- Source:
Returns:
DataViewSetUint8(arg1, arg2, arg3, arg4)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
arg4
- Source:
Returns:
DataViewSetUint16(arg1, arg2, arg3, arg4)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
arg4
- Source:
Returns:
DataViewSetUint32(arg1, arg2, arg3, arg4)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
arg4
- Source:
Returns:
DateCacheVersion()Undocumented
- Source:
Returns:
DateCurrentTime()Undocumented
- Source:
Returns:
DateLocalTimezone(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
DateMakeDay(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
DateParseString(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
DateSetValue(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
DateToUTC(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
DebugBreak()Undocumented
- Source:
Returns:
DebugBreakInOptimizedCode()Undocumented
- Source:
Returns:
DebugCallbackSupportsStepping(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
DebugConstructedBy(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
DebugDisassembleConstructor(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
DebugDisassembleFunction(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
DebugEvaluate(arg1, arg2, arg3, arg4, arg5, arg6)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
arg4
arg5
arg6
- Source:
Returns:
DebugEvaluateGlobal(arg1, arg2, arg3, arg4)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
arg4
- Source:
Returns:
DebugGetLoadedScripts()Undocumented
- Source:
Returns:
DebugGetProperty(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
DebugGetPropertyDetails(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
DebugGetPrototype(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
DebugIndexedInterceptorElementValue(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
DebugNamedInterceptorPropertyValue(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
DebugPrepareStepInIfStepping(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
DebugPrint(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
DebugPrintScopes()Undocumented
- Source:
Returns:
DebugPromiseHandleEpilogue()Undocumented
- Source:
Returns:
DebugPromiseHandlePrologue(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
DebugPropertyAttributesFromDetails(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
DebugPropertyIndexFromDetails(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
DebugPropertyTypeFromDetails(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
DebugReferencedBy(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
DebugSetScriptSource(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
DebugTrace()Undocumented
- Source:
Returns:
DefineOrRedefineAccessorProperty(arg1, arg2, arg3, arg4, arg5)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
arg4
arg5
- Source:
Returns:
DefineOrRedefineDataProperty(arg1, arg2, arg3, arg4)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
arg4
- Source:
Returns:
DeleteProperty(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
Returns:
DeoptimizeFunction(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
DisableAccessChecks(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
DoubleHi(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
DoubleLo(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
EnableAccessChecks(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
EstimateNumberOfElements(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
ExecuteInDebugContext(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
FinishArrayPrototypeSetup(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
Fix(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
FlattenString(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
FunctionBindArguments(arg1, arg2, arg3, arg4)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
arg4
- Source:
Returns:
FunctionGetInferredName(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
FunctionGetName(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
FunctionGetPositionForOffset(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
FunctionGetScript(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
FunctionGetScriptSourcePosition(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
FunctionGetSourceCode(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
FunctionIsAPIFunction(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
FunctionIsBuiltin(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
FunctionIsGenerator(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
FunctionMarkNameShouldPrintAsAnonymous(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
FunctionNameShouldPrintAsAnonymous(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
FunctionRemovePrototype(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
FunctionSetInstanceClassName(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
FunctionSetLength(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
FunctionSetName(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
FunctionSetPrototype(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
FunctionSetReadOnlyPrototype(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
GeneratorNext(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
GetAllScopesDetails(arg1, arg2, arg3, arg4)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
arg4
- Source:
Returns:
GetAndClearOverflowedStackTrace(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
GetArgumentsProperty(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
GetArrayKeys(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
GetBreakLocations(arg1, arg2)Undocumented
BREAKS due to immediate executionParameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
GetCallTrap(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
GetConstructorDelegate(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
GetConstructTrap(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
GetDataProperty(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
GetDefaultReceiver(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
GetFrameCount(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
GetFrameDetails(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
GetFunctionCodePositionFromSource(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
GetFunctionDelegate(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
GetFunctionScopeCount(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
GetFunctionScopeDetails(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
GetHandler(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
GetHeapUsage()Undocumented
- Source:
Returns:
GetIndexedInterceptorElementNames(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
GetInterceptorInfo(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
GetLocalElementNames(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
GetLocalPropertyNames(arg1, arg2)Undocumented
BREAKS due to immediate executionParameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
GetMicrotaskState()Undocumented
- Source:
Returns:
GetNamedInterceptorPropertyNames(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
GetObservationState()Undocumented
- Source:
Returns:
GetOptimizationCount(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
GetOwnProperty(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
GetProperty(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
Returns:
GetPropertyNames(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
GetPropertyNamesFast(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
GetPrototype(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
GetRootNaN()Undocumented
- Source:
Returns:
GetScopeCount(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
GetScopeDetails(arg1, arg2, arg3, arg4)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
arg4
- Source:
Returns:
GetScript(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
GetStepInPositions(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
GetTemplateField(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
GetThreadCount(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
GetThreadDetails(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
GetV8Version()Undocumented
- Source:
Returns:
GlobalPrint(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
GlobalReceiver(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
HasDictionaryElements(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
HasElement(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
Returns:
HasExternalArrayElements(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
HasExternalFloat32Elements(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
HasExternalFloat64Elements(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
HasExternalInt8Elements(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
HasExternalInt16Elements(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
HasExternalInt32Elements(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
HasExternalUint8ClampedElements(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
HasExternalUint8Elements(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
HasExternalUint16Elements(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
HasExternalUint32Elements(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
HasFastDoubleElements(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
HasFastHoleyElements(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
HasFastObjectElements(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
HasFastProperties(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
HasFastSmiElements(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
HasFastSmiOrObjectElements(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
HasFixedFloat32Elements(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
HasFixedFloat64Elements(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
HasFixedInt8Elements(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
HasFixedInt16Elements(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
HasFixedInt32Elements(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
HasFixedUint8ClampedElements(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
HasFixedUint8Elements(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
HasFixedUint16Elements(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
HasFixedUint32Elements(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
HasLocalProperty(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
Returns:
HasProperty(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
Returns:
HasSloppyArgumentsElements(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
HaveSameMap(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
IS_VAR(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
IsAttachedGlobal(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
IsBreakOnException(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
IsConcurrentRecompilationSupported()Undocumented
- Source:
Returns:
IsExtensible(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
IsInPrototypeChain(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
IsJSFunctionProxy(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
IsJSGlobalProxy(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
IsJSModule(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
IsJSProxy(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
IsMinusZero(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
IsObserved(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
IsPropertyEnumerable(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
IsSloppyModeFunction(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
IsTemplate(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
IsValidSmi(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
KeyedGetProperty(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
Returns:
LiveEditCheckAndDropActivations(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
LiveEditCompareStrings(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
LiveEditFindSharedFunctionInfosForScript(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
LiveEditFunctionSetScript(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
LiveEditFunctionSourceUpdated(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
LiveEditGatherCompileInfo(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
LiveEditPatchFunctionPositions(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
LiveEditReplaceFunctionCode(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
LiveEditReplaceRefToNestedFunction(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
LiveEditReplaceScript(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
LiveEditRestartFrame(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
LoadMutableDouble(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
LocalKeys(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
LookupAccessor(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
MapClear(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
MapCreateIterator(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
MapDelete(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
MapGet(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
MapGetSize(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
MapHas(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
MapInitialize(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
MapIteratorClose(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
MapIteratorNext(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
MapSet(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
MathAcos(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
MathAsin(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
MathAtan(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
MathAtan2(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
MathExp(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
MathFloor(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
MathFround(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
MathLog(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
MathSqrt(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
MaxSmi()Undocumented
- Source:
Returns:
MessageGetScript(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
MessageGetStartPosition(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
MoveArrayContents(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
NeverOptimizeFunction(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
NewObjectFromBound(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
NewString(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
NewStringWrapper(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
NewSymbolWrapper(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
NotifyContextDisposed()Undocumented
- Source:
Returns:
NumberAdd(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
NumberAnd(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
NumberCompare(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
NumberDiv(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
NumberEquals(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
NumberImul(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
NumberMod(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
NumberMul(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
NumberOr(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
NumberSar(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
NumberShl(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
NumberShr(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
NumberSub(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
NumberToExponential(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
NumberToFixed(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
NumberToInteger(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
NumberToIntegerMapMinusZero(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
NumberToJSInt32(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
NumberToJSUint32(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
NumberToPrecision(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
NumberToRadixString(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
NumberUnaryMinus(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
NumberXor(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
ObjectFreeze(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
ObjectGetNotifierInObjectContext(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
ObjectNotifierPerformChangeInObjectContext(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
ObjectObserveInObjectContext(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
ObjectWasCreatedInCurrentOrigin(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
ObservationWeakMapCreate()Undocumented
- Source:
Returns:
ObserverObjectAndRecordHaveSameOrigin(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
OneByteSeqStringSetChar(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
OptimizeObjectForAddingMultipleProperties(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
ParseJson(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
PrepareStep(arg1, arg2, arg3, arg4)Undocumented
BREAKS due to immediate executionParameters:
Name
Type
Description
arg1
arg2
arg3
arg4
- Source:
Returns:
PreventExtensions(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
PushIfAbsent(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
QuoteJSONString(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
RegExpCompile(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
RegExpExecMultiple(arg1, arg2, arg3, arg4)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
arg4
- Source:
Returns:
RegExpInitializeObject(arg1, arg2, arg3, arg4, arg5)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
arg4
arg5
- Source:
Returns:
RemoveArrayHoles(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
RoundNumber(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
RunMicrotasks()Undocumented
- Source:
Returns:
RunningInSimulator()Undocumented
- Source:
Returns:
SetAccessorProperty(arg1, arg2, arg3, arg4, arg5, arg6)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
arg4
arg5
arg6
- Source:
Returns:
SetAdd(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
SetClear(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
SetCode(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
SetCreateIterator(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
SetDebugEventListener(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
SetDelete(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
SetDisableBreak(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
SetExpectedNumberOfProperties(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
SetFlags(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
SetFunctionBreakPoint(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
SetGetSize(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
SetHas(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
SetHiddenProperty(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
SetInitialize(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
SetInlineBuiltinFlag(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
SetIsObserved(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
SetIteratorClose(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
SetIteratorNext(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
SetMicrotaskPending(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
SetNativeFlag(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
SetPrototype(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
SetScopeVariableValue(arg1, arg2, arg3, arg4, arg5, arg6)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
arg4
arg5
arg6
- Source:
Returns:
SetScriptBreakPoint(arg1, arg2, arg3, arg4)Undocumented
BREAKS due to immediate executionParameters:
Name
Type
Description
arg1
arg2
arg3
arg4
- Source:
Returns:
SmiLexicographicCompare(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
SparseJoinWithSeparator(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
SpecialArrayFunctions(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
StoreArrayLiteralElement(arg1, arg2, arg3, arg4, arg5)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
arg4
arg5
- Source:
Returns:
StringBuilderConcat(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
StringBuilderJoin(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
StringEquals(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
StringIndexOf(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
StringLastIndexOf(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
StringLocaleCompare(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
StringMatch(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
StringParseFloat(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
StringParseInt(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
StringReplaceGlobalRegExpWithString(arg1, arg2, arg3, arg4)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
arg4
- Source:
Returns:
StringReplaceOneCharWithString(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
StringSplit(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
StringToArray(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
StringToLowerCase(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
StringToNumber(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
StringToUpperCase(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
StringTrim(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
SymbolDescription(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
SymbolIsPrivate(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
SymbolRegistry()Undocumented
- Source:
Returns:
SystemBreak()Undocumented
- Source:
Returns:
ToBool(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
ToFastProperties(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
TraceEnter()Undocumented
- Source:
Returns:
TraceExit(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
TransitionElementsKind(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
TruncateString(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
TryMigrateInstance(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
TwoByteSeqStringSetChar(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
TypedArrayGetBuffer(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
TypedArrayGetLength(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
TypedArrayInitialize(arg1, arg2, arg3, arg4, arg5)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
arg4
arg5
- Source:
Returns:
TypedArrayInitializeFromArrayLike(arg1, arg2, arg3, arg4)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
arg4
- Source:
Returns:
TypedArrayMaxSizeInHeap()Undocumented
- Source:
Returns:
TypedArraySetFastCases(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
Typeof(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
UnblockConcurrentRecompilation()Undocumented
- Source:
Returns:
URIEscape(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
URIUnescape(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
WeakCollectionDelete(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
WeakCollectionGet(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
WeakCollectionHas(arg1, arg2)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
- Source:
Returns:
WeakCollectionInitialize(arg1)Undocumented
Parameters:
Name
Type
Description
arg1
- Source:
Returns:
WeakCollectionSet(arg1, arg2, arg3)Undocumented
Parameters:
Name
Type
Description
arg1
arg2
arg3
- Source:
Returns:
*generated with [docme](https://github.com/thlorenz/docme)*
## License
MIT