Home
last modified time | relevance | path

Searched defs:InstanceOf (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md1945 ### InstanceOf subsection
Djsnapi_expo.cpp461 bool JSValueRef::InstanceOf(const EcmaVM *vm, Local<JSValueRef> value) in InstanceOf() function in panda::JSValueRef
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp275 HWTEST_F_L0(JSNApiTests, InstanceOf) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp2241 bool JSObject::InstanceOf(JSThread *thread, const JSHandle<JSTaggedValue> &object, in InstanceOf() function in panda::ecmascript::JSObject
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp948 DEF_RUNTIME_STUBS(InstanceOf) in DEF_RUNTIME_STUBS() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp5682 GateRef StubBuilder::InstanceOf( in InstanceOf() function in panda::ecmascript::kungfu::StubBuilder