Home
last modified time | relevance | path

Searched refs:newTargetMutable (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp744 JSMutableHandle<JSTaggedValue> newTargetMutable(thread, newTarget.GetTaggedValue()); in ConstructInternal() local
746 newTargetMutable.Update(target.GetTaggedValue()); in ConstructInternal()
763 … EcmaInterpreter::NewRuntimeCallInfo(thread, target, undefined, newTargetMutable, argsLength); in ConstructInternal()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2918 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()