Home
last modified time | relevance | path

Searched refs:TypeOf (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcommon_stub_csigns.h43 V(TypeOf) \
H A Dcall_signature.h368 V(TypeOf) \
H A Dmcr_opcodes.h227 V(TypeOf, TYPE_OF, GateFlags::NO_WRITE, 1, 1, 0) \
H A Dcall_signature.cpp210 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 Dmcr_circuit_builder.cpp328 GateRef ret = GetCircuit()->NewGate(circuit_->TypeOf(static_cast<uint64_t>(paramType.Value())), in TypedTypeOf()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DunaryExpression.cpp100 pg->TypeOf(this); in Compile()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.h147 void TypeOf(const ir::AstNode *node);
H A Dpandagen.cpp1179 void PandaGen::TypeOf(const ir::AstNode *node) in TypeOf() function in ark::es2panda::compiler::PandaGen
H A DJSCompiler.cpp1103 pg->TypeOf(expr); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.h360 void TypeOf(const ir::AstNode *node);
H A Dpandagen.cpp1419 void PandaGen::TypeOf(const ir::AstNode *node) in TypeOf() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_first_tests.cpp284 HWTEST_F_L0(JSNApiTests, TypeOf) in HWTEST_F_L0()
H A Dffi_workload.cpp659 TEST_TIME(JSValueRef::TypeOf); in HWTEST_F_L0()
672 TEST_TIME(JSValueRef::TypeOf); in HWTEST_F_L0()

Completed in 38 milliseconds