Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.cpp819 JSHandle<JSHClass> cachedJSHClass = JSHandle<JSHClass>(thread, objProtoOrHClass); in SetPrototype() local
820 objFunc->SetProtoOrHClass(thread, cachedJSHClass->GetPrototype()); in SetPrototype()