Home
last modified time | relevance | path

Searched refs:Typeof (Results 1 – 3 of 3) sorted by relevance

/ark/js_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp181 Local<StringRef> typeString = origin->Typeof(vm_); in HWTEST_F_L0()
185 typeString = target->Typeof(vm_); in HWTEST_F_L0()
/ark/js_runtime/ecmascript/napi/include/
Djsnapi.h333 Local<StringRef> Typeof(const EcmaVM *vm);
/ark/js_runtime/ecmascript/napi/
Djsnapi.cpp1752 Local<StringRef> JSValueRef::Typeof(const EcmaVM *vm) in Typeof() function in panda::JSValueRef