Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_array_stub_builder.h72 bool defaultConstructor = false; member
H A Dbuiltins_typedarray_stub_builder.cpp1655 BRANCH(HasConstructorByHClass(objHclass), slowPath, &defaultConstructor); in SubArray() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_sendable_arraybuffer.cpp170 JSHandle<JSTaggedValue> defaultConstructor = env->GetSBuiltininArrayBufferFunction(); in Slice() local
279 JSHandle<JSTaggedValue> defaultConstructor = env->GetSBuiltininArrayBufferFunction(); in CloneArrayBuffer() local
H A Dbuiltins_arraybuffer.cpp165 JSHandle<JSTaggedValue> defaultConstructor = env->GetArrayBufferFunction(); in Slice() local
286 JSHandle<JSTaggedValue> defaultConstructor = env->GetArrayBufferFunction(); in CloneArrayBuffer() local
H A Dbuiltins_regexp.cpp777 JSHandle<JSTaggedValue> defaultConstructor = ecmaVm->GetGlobalEnv()->GetRegExpFunction(); in RegExpMatchAll() local
1450 JSHandle<JSTaggedValue> defaultConstructor = ecmaVm->GetGlobalEnv()->GetRegExpFunction(); in RegExpSplit() local
/arkcompiler/ets_runtime/ecmascript/base/
H A Dtyped_array_helper.cpp979 JSHandle<JSTaggedValue> defaultConstructor = in TypedArraySpeciesCreate() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_object.cpp2450 SpeciesConstructor(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &defaultConstructor) SpeciesConstructor() argument
2466 SlowSpeciesConstructor(JSThread *thread, const JSHandle<JSTaggedValue> &objConstructor, const JSHandle<JSTaggedValue> &defaultConstructor) SlowSpeciesConstructor() argument

Completed in 24 milliseconds