Home
last modified time | relevance | path

Searched refs:ctorKey (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_async_generator_object.cpp315 JSHandle<JSTaggedValue> ctorKey(globalConst->GetHandledConstructorString()); in PromiseResolve() local
316 … JSHandle<JSTaggedValue> ctorValue = JSObject::GetProperty(thread, value, ctorKey).GetValue(); in PromiseResolve()
Djs_object.cpp1217 JSHandle<JSTaggedValue> ctorKey = thread->GlobalConstants()->GetHandledConstructorString(); in GetCtorFromPrototype() local
1218 JSHandle<JSTaggedValue> ctorObj(JSObject::GetProperty(thread, object, ctorKey).GetValue()); in GetCtorFromPrototype()
Dobject_factory.cpp848 JSHandle<JSTaggedValue> ctorKey = globalConst->GetHandledConstructorString(); in NewJSError() local
849 …JSHandle<JSTaggedValue> ctor(JSTaggedValue::GetProperty(thread_, nativePrototype, ctorKey).GetValu… in NewJSError()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_handler.cpp353 JSHandle<JSTaggedValue> ctorKey(globalConst->GetHandledConstructorString()); in PromiseResolve() local
354 … JSHandle<JSTaggedValue> ctorValue = JSObject::GetProperty(thread, xValue, ctorKey).GetValue(); in PromiseResolve()
Dbuiltins_promise.cpp258 JSHandle<JSTaggedValue> ctorKey(globalConst->GetHandledConstructorString()); in Resolve() local
259 … JSHandle<JSTaggedValue> ctorValue = JSObject::GetProperty(thread, xValue, ctorKey).GetValue(); in Resolve()