Home
last modified time | relevance | path

Searched refs:taggedObj (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_errors.cpp141 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 Dslow_runtime_stub.cpp30 JSHandle<JSTaggedValue> taggedObj(thread, obj); in CallSpread()
31 return RuntimeStubs::RuntimeCallSpread(thread, jsFunc, taggedObj, jsArray); in CallSpread()

Completed in 4 milliseconds