Searched refs:taggedObj (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_errors.cpp | 141 JSHandle<JSTaggedValue> taggedObj = JSHandle<JSTaggedValue>::Cast(objValues); in AggregateErrorConstructor() local 153 JSTaggedValue::DefinePropertyOrThrow(thread, taggedObj, msgKey, msgDesc); in AggregateErrorConstructor() 168 JSTaggedValue::DefinePropertyOrThrow(thread, taggedObj, causeKey, causeDesc); in AggregateErrorConstructor() 179 JSTaggedValue::DefinePropertyOrThrow(thread, taggedObj, errorsKey, msgDesc); in AggregateErrorConstructor() 182 return taggedObj.GetTaggedValue(); in AggregateErrorConstructor()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.cpp | 30 JSHandle<JSTaggedValue> taggedObj(thread, obj); in CallSpread() 31 return RuntimeStubs::RuntimeCallSpread(thread, jsFunc, taggedObj, jsArray); in CallSpread()
|
Completed in 4 milliseconds