Home
last modified time | relevance | path

Searched defs:holderHandler (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp585 JSHandle<JSTaggedValue> holderHandler = jitCompilationEnv->NewJSHandle(holder); in HandleLoadTypePrototypeHandler() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h3534 JSTaggedValue RuntimeStubs::TryCopyCOWArray(JSThread *thread, JSHandle<JSArray> holderHandler, bool… in TryCopyCOWArray()