Home
last modified time | relevance | path

Searched defs:valueType (Results 1 – 25 of 27) sorted by relevance

12

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_convert_stdlib.h34 napi_valuetype valueType = GetValueType(env, jsVal); in JSCONVERT_UNWRAP() local
59 napi_valuetype valueType = GetValueType(env, jsVal); in JSCONVERT_UNWRAP() local
75 napi_valuetype valueType = GetValueType(env, jsVal); in GetValueFromNumber() local
95 napi_valuetype valueType = GetValueType(env, jsVal); in GetValueFromString() local
146 napi_valuetype valueType = GetValueType(env, jsVal); in JSCONVERT_UNWRAP() local
171 napi_valuetype valueType = GetValueType(env, jsVal); in JSCONVERT_UNWRAP() local
196 napi_valuetype valueType = GetValueType(env, jsVal); in JSCONVERT_UNWRAP() local
221 napi_valuetype valueType = GetValueType(env, jsVal); in JSCONVERT_UNWRAP() local
247 napi_valuetype valueType = GetValueType(env, jsVal); in JSCONVERT_UNWRAP() local
Djs_convert.h46 napi_valuetype valueType = GetValueType(env, jsVal); in UnwrapImpl() local
85 napi_valuetype valueType = GetValueType(env, jsVal); in UnwrapImpl() local
174 napi_valuetype valueType = GetValueType(env, jsVal); in JSCONVERT_UNWRAP() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen-inl.h26 …SGen::MoveImmediateToRegister(const ir::AstNode *node, VReg reg, const checker::TypeFlag valueType, in MoveImmediateToRegister()
DETSGen.cpp3222 …n::IncrementImmediateRegister(const ir::AstNode *node, VReg reg, const checker::TypeFlag valueType, in IncrementImmediateRegister()
/arkcompiler/ets_frontend/merge_abc/protos/
Dannotation.proto40 Type valueType = 6; field
62 ValueType valueType = 4; field
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DobjectIterator.cpp121 auto *valueType = FindInstantiatedTypeParamFromIterator(itorReturnType); in FindIterValueType() local
DrecordLowering.cpp201checker::Type *valueType, public_lib::Context *ctx) in CreateBlockExpression()
/arkcompiler/ets_frontend/es2panda/typescript/core/
DbinaryLikeExpression.cpp213 Type *valueType) in CheckAssignmentOperator()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DbinaryLikeExpression.cpp224 …kAssignmentOperator(lexer::TokenType op, ir::Expression *leftExpr, Type *leftType, Type *valueType) in CheckAssignmentOperator()
/arkcompiler/ets_frontend/merge_abc/src/
DannotationProto.cpp71 const auto &valueType = scalar.GetType(); in Serialize() local
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/
DInteropS2DObjectLiteralsCheck.ts219 const valueType = returnStmt.getOp().getType(); constant
/arkcompiler/ets_frontend/ets2panda/bindings/native/src/
Dconvertors-napi.cpp107 napi_valuetype valueType = getValueTypeChecked(env, value); in getString() local
130 napi_valuetype valueType = getValueTypeChecked(env, value); in getPointer() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/base/
DStmt.ts191 const valueType = value.getType(); constant
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp798 GateType valueType = GateType::NumberType(); in VisitDoubleMonocular() local
822 GateType valueType = GateType::NumberType(); in VisitIsTrueOrFalse() local
852 GateType valueType = GateType::NumberType(); in VisitNumberNot() local
1685 TypeInfo valueType = GetOutputTypeInfo(value); in VisitStoreProperty() local
2308 TypeInfo valueType = GetOutputTypeInfo(value); in VisitMonoStoreProperty() local
Dcompiler_log.cpp253 GateType valueType = acc_.GetGateType(value); in CollectGateTypeLogInfo() local
Dgate_accessor.cpp1603 GateType valueType = GetGateType(value); in ReplaceGate() local
/arkcompiler/runtime_core/static_core/assembler/
Dmeta.cpp498 Value::Type valueType; in StoreValue() local
Dassembly-emitter.cpp128 bool AsmEmitter::CheckValueType(Value::Type valueType, const Type &type, const Program &program) in CheckValueType()
282 auto valueType = value->GetType(); in CreateLiteralItem() local
411 auto valueType = value->GetType(); in CheckValue() local
591 auto valueType = value->GetType(); in CreateScalarValueItem() local
707 auto valueType = value->GetType(); in CreateAnnotationItem() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/
DPag.ts795 const valueType = value.getType(); constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts1895 const valueType = this.tsTypeChecker.getTypeAtLocation(node); constant
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp1210 JSType valueType = value.GetTaggedObject()->GetClass()->GetObjectType(); in GetFunctionExtraInfo() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_buffer.cpp946 … JSTaggedValue value, JSType valueType, bool littleEndian) in SetValueByIndex()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp804 Type *valueType = p->Value()->Check(checker); in CheckRecordType() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp1925 auto *const valueType = typeArguments[1]; // Record<K, V> type arguments in SetTypeforRecordProperties() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp2855 GateRef valueType = TaggedIsInt(value); in SetValueToBuffer() local

12