Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/interface/ets_to_ts/
Dinterface_method.test.js24 function isObject(variable) { function
67 isObject, property
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-parser.cpp1813 bool isObject = context_.GiveToken() != "]"; in ParseOperandType() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp1558 bool isObject = value->IsObject(vm_); in HWTEST_F_L0() local
1638 bool isObject = value->IsObject(vm_); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp526 Label isObject(env); in TaggedToTrackType() local
Dstub_builder.cpp1718 Label isObject(env); in TaggedToElementKind() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts817 isObject(tsType: ts.Type): boolean { method in TsUtils
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp4401 JSVM_Status OH_JSVM_IsObject(JSVM_Env env, JSVM_Value value, bool* isObject) in OH_JSVM_IsObject()