Home
last modified time | relevance | path

Searched defs:isObject (Results 1 – 13 of 13) 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
Dcheck_any_type_interface_method.js16 const { num, string, bool, arr, obj, isObject, AnyTypeMethodClass, createInterfaceClassAnyTypeMetho… constant
/arkcompiler/jsvm/test/unittest/
Djsvm_utils.h75 bool isObject = false; in Object() local
Djsvm_utils.cpp33 bool isObject = false; in PrintException() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/hybridgref/ts_to_ets/
Dts_hybridgref.cpp68 bool isObject = (valuetype == napi_object); in NativeWrapRef() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/arkts_esvalue/ts_to_ets/
Dts_arkts_esvalue.cpp69 bool isObject = (valuetype == napi_object); in NativeWrapRef() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
Dets_codegen_extensions.cpp137 bool isObject) in EtsEndNativeMethod()
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-parser.cpp1855 bool isObject = context_.GiveToken() != "]"; in ParseOperandType() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp1543 bool isObject = value->IsObject(vm_); in HWTEST_F_L0() local
1623 bool isObject = value->IsObject(vm_); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts955 isObject(tsType: ts.Type): boolean { method in TsUtils
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp528 Label isObject(env); in TaggedToTrackType() local
Dstub_builder.cpp1735 Label isObject(env); in TaggedToElementKind() local
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp4722 JSVM_Status OH_JSVM_IsObject(JSVM_Env env, JSVM_Value value, bool* isObject) in OH_JSVM_IsObject()