Home
last modified time | relevance | path

Searched defs:defaultConstructor (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.h71 bool defaultConstructor = false; member
Dbuiltins_typedarray_stub_builder.cpp1655 Label defaultConstructor(env); in SubArray() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_sendable_arraybuffer.cpp170 JSHandle<JSTaggedValue> defaultConstructor = env->GetSBuiltininArrayBufferFunction(); in Slice() local
279 JSHandle<JSTaggedValue> defaultConstructor = env->GetSBuiltininArrayBufferFunction(); in CloneArrayBuffer() local
Dbuiltins_sharedarraybuffer.cpp205 JSHandle<JSTaggedValue> defaultConstructor = env->GetSharedArrayBufferFunction(); in Slice() local
Dbuiltins_arraybuffer.cpp165 JSHandle<JSTaggedValue> defaultConstructor = env->GetArrayBufferFunction(); in Slice() local
282 JSHandle<JSTaggedValue> defaultConstructor = env->GetArrayBufferFunction(); in CloneArrayBuffer() local
Dbuiltins_regexp.cpp778 JSHandle<JSTaggedValue> defaultConstructor = ecmaVm->GetGlobalEnv()->GetRegExpFunction(); in RegExpMatchAll() local
1451 JSHandle<JSTaggedValue> defaultConstructor = ecmaVm->GetGlobalEnv()->GetRegExpFunction(); in RegExpSplit() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp929 JSHandle<JSTaggedValue> defaultConstructor = in TypedArraySpeciesCreate() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp2439const JSHandle<JSTaggedValue> &defaultConstructor) in SpeciesConstructor()
2456const JSHandle<JSTaggedValue> &defaultConstructor) in SlowSpeciesConstructor()