Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp298 JSMutableHandle<JSTaggedValue> oldPrototype(thread, func->GetProtoOrHClass(thread)); in PrototypeSetter() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp174 JSHandle<JSTaggedValue> oldPrototype, in ProfileProtoTransitionPrototype()