Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.h88 bool defaultConstructor = false; member
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_sharedarraybuffer.cpp213 JSHandle<JSTaggedValue> defaultConstructor = env->GetSharedArrayBufferFunction(); in Slice() local
Dbuiltins_arraybuffer.cpp177 JSHandle<JSTaggedValue> defaultConstructor = env->GetArrayBufferFunction(); in Slice() local
283 JSHandle<JSTaggedValue> defaultConstructor = env->GetArrayBufferFunction(); in CloneArrayBuffer() local
Dbuiltins_regexp.cpp687 JSHandle<JSTaggedValue> defaultConstructor = ecmaVm->GetGlobalEnv()->GetRegExpFunction(); in MatchAll() local
1328 JSHandle<JSTaggedValue> defaultConstructor = ecmaVm->GetGlobalEnv()->GetRegExpFunction(); in Split() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_array_stub_builder.cpp433 Label defaultConstructor(env); in SubArray() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp502 JSHandle<JSTaggedValue> defaultConstructor = in TypedArraySpeciesCreate() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp2292const JSHandle<JSTaggedValue> &defaultConstructor) in SpeciesConstructor()
2309const JSHandle<JSTaggedValue> &defaultConstructor) in SlowSpeciesConstructor()