Home
last modified time | relevance | path

Searched refs:ctorValue (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_async_generator_object.cpp310 JSHandle<JSTaggedValue> ctorValue = JSObject::GetProperty(thread, value, ctorKey).GetValue(); in PromiseResolve() local
312 if (JSTaggedValue::SameValue(ctorValue.GetTaggedValue(), promise.GetTaggedValue())) { in PromiseResolve()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_promise_handler.cpp350 JSHandle<JSTaggedValue> ctorValue = JSObject::GetProperty(thread, xValue, ctorKey).GetValue(); in PromiseResolve() local
351 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, ctorValue); in PromiseResolve()
353 if (JSTaggedValue::SameValue(ctorValue, constructor)) { in PromiseResolve()
H A Dbuiltins_promise.cpp247 JSHandle<JSTaggedValue> ctorValue = JSObject::GetProperty(thread, xValue, ctorKey).GetValue(); in Resolve() local
249 if (JSTaggedValue::SameValue(ctorValue.GetTaggedValue(), thisValue.GetTaggedValue())) { in Resolve()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp46 auto ctorValue = JSTaggedValue(ctor); in ProfileDefineClass() local
47 if (!ctorValue.IsJSFunction()) { in ProfileDefineClass()
50 auto ctorFunc = JSFunction::Cast(ctorValue.GetTaggedObject()); in ProfileDefineClass()
84 auto ctorValue = JSTaggedValue(ctor); in ProfileClassRootHClass() local
85 if (!ctorValue.IsJSFunction()) { in ProfileClassRootHClass()
88 auto ctorFunc = JSFunction::Cast(ctorValue.GetTaggedObject()); in ProfileClassRootHClass()

Completed in 9 milliseconds