Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_private.cpp182 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in NewContainerConstructor() local
290 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializeArrayList() local
364 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializeLightWeightMap() local
437 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializeLightWeightSet() local
502 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializeTreeMap() local
578 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializeTreeSet() local
652 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializePlainArray() local
725 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializeStack() local
783 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializeVector() local
864 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializeQueue() local
[all …]
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp620 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializeSymbol() local
725 …JSHandle<JSTaggedValue> constructorKey = thread_->GlobalConstants()->GetHandledConstructorString(); in InitializeSymbolWithRealm() local
1054 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializeAsyncFunction() local
1287 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializeCtor() local
1317 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializeSet() local
1392 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializeMap() local
1470 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializeWeakMap() local
1515 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializeWeakSet() local
1585 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializeWeakRef() local
1627 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in InitializeFinalizationRegistry() local
[all …]
/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
/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp120 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in ArraySpeciesCreate() local
322 JSTaggedValue constructorKey = thread->GlobalConstants()->GetConstructorString(); in DefineOwnProperty() local
Djs_function.cpp84 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in NewJSFunctionPrototype() local
222 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString(); in MakeConstructor() local