Searched refs:newTargetMutable (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_function.cpp | 556 JSMutableHandle<JSTaggedValue> newTargetMutable(thread, newTarget.GetTaggedValue()); in ConstructInternal() local 558 newTargetMutable.Update(target.GetTaggedValue()); in ConstructInternal() 566 … EcmaInterpreter::NewRuntimeCallInfo(thread, target, undefined, newTargetMutable, argsLength); in ConstructInternal()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 2430 JSMutableHandle<JSTaggedValue> newTargetMutable(thread, newTgt.GetTaggedValue()); in RuntimeOptConstructBoundFunction() 2432 newTargetMutable.Update(target.GetTaggedValue()); in RuntimeOptConstructBoundFunction() 2434 return RuntimeOptConstruct(thread, target, newTargetMutable, newPreArgs, args); in RuntimeOptConstructBoundFunction()
|