Home
last modified time | relevance | path

Searched refs:InstanceofByHandler (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h69 static JSTaggedValue InstanceofByHandler(JSThread *thread, JSTaggedValue target, JSTaggedValue object,
H A Dslow_runtime_stub.cpp366 JSTaggedValue SlowRuntimeStub::InstanceofByHandler(JSThread *thread, JSTaggedValue target, JSTaggedValue object, in InstanceofByHandler() function in panda::ecmascript::SlowRuntimeStub
369 INTERPRETER_TRACE(thread, InstanceofByHandler); in InstanceofByHandler()
H A Dinterpreter-inl.cpp2242 res = SlowRuntimeStub::InstanceofByHandler(thread, target, object, instOfHandler); in RunInternal()
2254 res = SlowRuntimeStub::InstanceofByHandler(thread, target, object, instOfHandler); in RunInternal()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h88 V(InstanceofByHandler) \

Completed in 18 milliseconds