Home
last modified time | relevance | path

Searched defs:isObject (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/interface/ets_to_ts/
H A Dinterface_method.test.js24 function isObject(variable) { function
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-parser.cpp1813 bool isObject = context_.GiveToken() != "]"; in ParseOperandType() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.cpp540 BRANCH(TaggedIsObject(value), &isObject, &isDouble); in TaggedToTrackType() local
H A Dstub_builder.cpp1655 BRANCH(TaggedIsObject(value), &isObject, &isDouble); in TaggedToElementKind() local

Completed in 23 milliseconds