Searched refs:ctorValue (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_async_generator_object.cpp | 310 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 D | builtins_promise_handler.cpp | 350 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 D | builtins_promise.cpp | 247 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 D | pgo_profiler.cpp | 46 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