Home
last modified time | relevance | path

Searched defs:objConstructor (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
H A Dtyped_array_helper.cpp1005 JSHandle<JSTaggedValue> objConstructor = in TypedArraySpeciesCreate() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.cpp528 JSHandle<JSTaggedValue> objConstructor = JSTaggedValue::GetProperty(thread, thisObj, constructorKey).GetValue(); in GetSource() local
1891 JSHandle<JSTaggedValue> objConstructor = JSTaggedValue::GetProperty(thread, obj, constructorKey).GetValue(); in GetFlagsInternal() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_object.cpp2410 JSTaggedValue objConstructor = ObjectFastOperator::GetPropertyByName(thread, JSTaggedValue(obj), in ExtractConstructorAndRecordName() local
2466 SlowSpeciesConstructor(JSThread *thread, const JSHandle<JSTaggedValue> &objConstructor, const JSHandle<JSTaggedValue> &defaultConstructor) SlowSpeciesConstructor() argument

Completed in 15 milliseconds