Home
last modified time | relevance | path

Searched defs:literalValue (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ts_types/tests/
Dts_type_test_helper.h88 pandasm::LiteralArray::Literal literalValue; in AddTagValue() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp192 …jsPandaFile, &recordName, &indexSignInfo](const uint32_t literalTag, const uint32_t literalValue) { in ParseIndexSigType()
335 [this, &jsPandaFile, &recordName, &extendsIndex, &extendsId](const uint32_t literalValue) { in ParseInterfaceType()
362 [this, &jsPandaFile, &recordName, &index, &components](const uint32_t literalValue) { in ParseUnionType()
385 [this, &jsPandaFile, &recordName, &index, &parameterTypes](const uint32_t literalValue) { in ParseFunctionType()
445 …&key, &jsPandaFile, &recordName, &layout](const CString &literalKey, const uint32_t literalValue) { in FillPropTypes()
466 [this, &jsPandaFile, &recordName, &layout, &key](const uint32_t literalValue) { in FillInterfaceMethodTypes()
659 [this, &jsPandaFile, &recordName, &paras](const uint32_t literalValue) { in ParseGenericsInstanceType()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h3004 JSTaggedValue literalValue = literalBuffer->Get(i); in RuntimeCreatePrivateProperty() local