Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_sendable_arraybuffer.cpp167 JSHandle<JSTaggedValue> defaultConstructor = env->GetSBuiltininArrayBufferFunction(); in Slice() local
276 JSHandle<JSTaggedValue> defaultConstructor = env->GetSBuiltininArrayBufferFunction(); in CloneArrayBuffer() local
Dbuiltins_sharedarraybuffer.cpp205 JSHandle<JSTaggedValue> defaultConstructor = env->GetSharedArrayBufferFunction(); in Slice() local
Dbuiltins_arraybuffer.cpp162 JSHandle<JSTaggedValue> defaultConstructor = env->GetArrayBufferFunction(); in Slice() local
283 JSHandle<JSTaggedValue> defaultConstructor = env->GetArrayBufferFunction(); in CloneArrayBuffer() local
Dbuiltins_regexp.cpp775 JSHandle<JSTaggedValue> defaultConstructor = ecmaVm->GetGlobalEnv()->GetRegExpFunction(); in RegExpMatchAll() local
1444 JSHandle<JSTaggedValue> defaultConstructor = ecmaVm->GetGlobalEnv()->GetRegExpFunction(); in RegExpSplit() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.h128 bool defaultConstructor = false; member
Dbuiltins_typedarray_stub_builder.cpp1625 Label defaultConstructor(env); in SubArray() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp979 JSHandle<JSTaggedValue> defaultConstructor = in TypedArraySpeciesCreate() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp2530const JSHandle<JSTaggedValue> &defaultConstructor) in SpeciesConstructor()
2547const JSHandle<JSTaggedValue> &defaultConstructor) in SlowSpeciesConstructor()