Searched refs:ctorKey (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | js_async_generator_object.cpp | 315 JSHandle<JSTaggedValue> ctorKey(globalConst->GetHandledConstructorString()); in PromiseResolve() local 316 … JSHandle<JSTaggedValue> ctorValue = JSObject::GetProperty(thread, value, ctorKey).GetValue(); in PromiseResolve()
|
D | js_object.cpp | 1217 JSHandle<JSTaggedValue> ctorKey = thread->GlobalConstants()->GetHandledConstructorString(); in GetCtorFromPrototype() local 1218 JSHandle<JSTaggedValue> ctorObj(JSObject::GetProperty(thread, object, ctorKey).GetValue()); in GetCtorFromPrototype()
|
D | object_factory.cpp | 848 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/ |
D | builtins_promise_handler.cpp | 353 JSHandle<JSTaggedValue> ctorKey(globalConst->GetHandledConstructorString()); in PromiseResolve() local 354 … JSHandle<JSTaggedValue> ctorValue = JSObject::GetProperty(thread, xValue, ctorKey).GetValue(); in PromiseResolve()
|
D | builtins_promise.cpp | 258 JSHandle<JSTaggedValue> ctorKey(globalConst->GetHandledConstructorString()); in Resolve() local 259 … JSHandle<JSTaggedValue> ctorValue = JSObject::GetProperty(thread, xValue, ctorKey).GetValue(); in Resolve()
|