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/ |
| D | interface_method.test.js | 24 function isObject(variable) { function 67 isObject, property
|
| D | check_any_type_interface_method.js | 16 const { num, string, bool, arr, obj, isObject, AnyTypeMethodClass, createInterfaceClassAnyTypeMetho… constant
|
| /arkcompiler/jsvm/test/unittest/ |
| D | jsvm_utils.h | 75 bool isObject = false; in Object() local
|
| D | jsvm_utils.cpp | 33 bool isObject = false; in PrintException() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/hybridgref/ts_to_ets/ |
| D | ts_hybridgref.cpp | 68 bool isObject = (valuetype == napi_object); in NativeWrapRef() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/arkts_esvalue/ts_to_ets/ |
| D | ts_arkts_esvalue.cpp | 69 bool isObject = (valuetype == napi_object); in NativeWrapRef() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ |
| D | ets_codegen_extensions.cpp | 137 bool isObject) in EtsEndNativeMethod()
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-parser.cpp | 1855 bool isObject = context_.GiveToken() != "]"; in ParseOperandType() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_third_tests.cpp | 1543 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/ |
| D | TsUtils.ts | 955 isObject(tsType: ts.Type): boolean { method in TsUtils
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | profiler_stub_builder.cpp | 528 Label isObject(env); in TaggedToTrackType() local
|
| D | stub_builder.cpp | 1735 Label isObject(env); in TaggedToElementKind() local
|
| /arkcompiler/jsvm/src/ |
| D | js_native_api_v8.cpp | 4722 JSVM_Status OH_JSVM_IsObject(JSVM_Env env, JSVM_Value value, bool* isObject) in OH_JSVM_IsObject()
|