Home
last modified time | relevance | path

Searched defs:instOfHandler (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp367 JSTaggedValue instOfHandler) in InstanceofByHandler()
Dinterpreter-inl.cpp2238 JSTaggedValue instOfHandler = JSTaggedValue::Hole(); in RunInternal() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp2351 …JSHandle<JSTaggedValue> instOfHandler = FastGetMethod(thread, target, vm->GetGlobalEnv()->GetHasIn… in InstanceOf() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h143 JSHandle<JSTaggedValue> instOfHandler) in RuntimeInstanceofByHandler()