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