Home
last modified time | relevance | path

Searched defs:constructorKey (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_private.cpp181 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in NewContainerConstructor() local
289 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializeArrayList() local
363 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializeLightWeightMap() local
436 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializeLightWeightSet() local
501 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializeTreeMap() local
576 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializeTreeSet() local
649 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializePlainArray() local
723 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializeStack() local
781 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializeVector() local
862 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializeQueue() local
[all …]
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp546 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializeSymbol() local
651 …JSHandle<JSTaggedValue> constructorKey = thread_->GlobalConstants()->GetHandledConstructorString(); in InitializeSymbolWithRealm() local
970 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializeAsyncFunction() local
1203 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializeCtor() local
1233 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializeSet() local
1296 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializeMap() local
1361 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializeWeakMap() local
1395 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializeWeakSet() local
1454 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializeWeakRef() local
1485 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializeFinalizationRegistry() local
[all …]
/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp116 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in ArraySpeciesCreate() local
317 JSTaggedValue constructorKey = thread->GlobalConstants()->GetConstructorString(); in DefineOwnProperty() local
Djs_function.cpp87 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in NewJSFunctionPrototype() local
226 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in MakeConstructor() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_function_test.cpp97 JSHandle<JSTaggedValue> constructorKey( in HWTEST_F_L0() local
Djs_object_test.cpp719 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in HWTEST_F_L0() local