Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp366 InstanceofByHandler(JSThread *thread, JSTaggedValue target, JSTaggedValue object, JSTaggedValue instOfHandler) InstanceofByHandler() argument
H A Dinterpreter-inl.cpp2235 JSTaggedValue instOfHandler = JSTaggedValue::Hole(); in RunInternal() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h140 RuntimeInstanceofByHandler(JSThread *thread, JSHandle<JSTaggedValue> target, JSHandle<JSTaggedValue> object, JSHandle<JSTaggedValue> instOfHandler) RuntimeInstanceofByHandler() argument
/arkcompiler/ets_runtime/ecmascript/
H A Djs_object.cpp2172 JSHandle<JSTaggedValue> instOfHandler = FastGetMethod(thread, target, vm->GetGlobalEnv()->GetHasInstanceSymbol()); in InstanceOf() local

Completed in 28 milliseconds