Home
last modified time | relevance | path

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

/arkcompiler/jsvm/test/unittest/
Djsvm_utils.cpp308 bool InstanceOf(JSVM_Value value, JSVM_Value constructor) in InstanceOf() function
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md1945 ### InstanceOf subsection
Djsnapi_expo.cpp478 bool JSValueRef::InstanceOf(const EcmaVM *vm, Local<JSValueRef> value) in InstanceOf() function in panda::JSValueRef
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp282 HWTEST_F_L0(JSNApiTests, InstanceOf) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp2341 bool JSObject::InstanceOf(JSThread *thread, const JSHandle<JSTaggedValue> &object, in InstanceOf() function in panda::ecmascript::JSObject
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp965 DEF_RUNTIME_STUBS(InstanceOf) in DEF_RUNTIME_STUBS() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp6245 GateRef StubBuilder::InstanceOf( in InstanceOf() function in panda::ecmascript::kungfu::StubBuilder