Searched refs:TypeOf (Results 1 - 13 of 13) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | common_stub_csigns.h | 43 V(TypeOf) \
|
H A D | call_signature.h | 368 V(TypeOf) \
|
H A D | mcr_opcodes.h | 227 V(TypeOf, TYPE_OF, GateFlags::NO_WRITE, 1, 1, 0) \
|
H A D | call_signature.cpp | 210 DEF_CALL_SIGNATURE(TypeOf) in DEF_CALL_SIGNATURE() 213 CallSignature TypeOf("TypeOf", 0, 2, ArgumentsOrder::DEFAULT_ORDER, VariableType::JS_POINTER()); in DEF_CALL_SIGNATURE() 214 *callSign = TypeOf; in DEF_CALL_SIGNATURE()
|
H A D | mcr_circuit_builder.cpp | 328 GateRef ret = GetCircuit()->NewGate(circuit_->TypeOf(static_cast<uint64_t>(paramType.Value())), in TypedTypeOf()
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
H A D | unaryExpression.cpp | 100 pg->TypeOf(this); in Compile()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | pandagen.h | 147 void TypeOf(const ir::AstNode *node);
|
H A D | pandagen.cpp | 1179 void PandaGen::TypeOf(const ir::AstNode *node) in TypeOf() function in ark::es2panda::compiler::PandaGen
|
H A D | JSCompiler.cpp | 1103 pg->TypeOf(expr); in Compile()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.h | 360 void TypeOf(const ir::AstNode *node);
|
H A D | pandagen.cpp | 1419 void PandaGen::TypeOf(const ir::AstNode *node) in TypeOf() function in panda::es2panda::compiler::PandaGen
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | jsnapi_first_tests.cpp | 284 HWTEST_F_L0(JSNApiTests, TypeOf) in HWTEST_F_L0()
|
H A D | ffi_workload.cpp | 659 TEST_TIME(JSValueRef::TypeOf); in HWTEST_F_L0() 672 TEST_TIME(JSValueRef::TypeOf); in HWTEST_F_L0()
|
Completed in 38 milliseconds