Home
last modified time | relevance | path

Searched defs:defaultConstructor (Results 1 – 9 of 9) 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
279 JSHandle<JSTaggedValue> defaultConstructor = env->GetArrayBufferFunction(); in CloneArrayBuffer() local
Dbuiltins_regexp.cpp792 JSHandle<JSTaggedValue> defaultConstructor = ecmaVm->GetGlobalEnv()->GetRegExpFunction(); in RegExpMatchAll() local
1495 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.cpp1633 Label defaultConstructor(env); in SubArray() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/builder/
DArkMethodBuilder.ts349 const defaultConstructor: ArkMethod = new ArkMethod(); constant
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp978 JSHandle<JSTaggedValue> defaultConstructor = in TypedArraySpeciesCreate() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp2675const JSHandle<JSTaggedValue> &defaultConstructor) in SpeciesConstructor()
2692const JSHandle<JSTaggedValue> &defaultConstructor) in SlowSpeciesConstructor()