Home
last modified time | relevance | path

Searched full:definition (Results 1 – 25 of 151) sorted by relevance

1234567

/arkcompiler/runtime_core/tests/cts-generator/generator/
Ddefinitions.rb23 def definition(item_name) method in Generator.Definitions
24 LOG.debug "search for '#{item_name}' definition"
32 raise "Definition of '#{item_name}' is not found"
Dtest_base.rb80 content.puts @definitions.definition template
82 content.puts @predefined.definition template
86 content.puts @predefined.definition Generator::DEF_MAIN
94 content.puts @predefined.definition 'main-exitcode-wrapper'
Dsingle_test.rb55 content.puts @predefined.definition case_check_type
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DclassExpression.h38 const ClassDefinition *Definition() const in Definition() function
43 ClassDefinition *Definition() in Definition() function
DclassExpression.cpp30 dumper->Add({{"type", "ClassExpression"}, {"definition", def_}}); in Dump()
/arkcompiler/ets_frontend/es2panda/ir/statements/
DclassDeclaration.h39 const ClassDefinition *Definition() const in Definition() function
44 ClassDefinition *Definition() in Definition() function
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-class-modifier-keywords-2-expected.txt6 "definition": {
117 "definition": {
254 "definition": {
378 "definition": {
502 "definition": {
Dtest-class-constructor7-expected.txt6 "definition": {
128 "definition": {
Dtest-class-definiton21-expected.txt6 "definition": {
147 "definition": {
Dtest-type-with-specieal-constructor-expected.txt6 "definition": {
190 "definition": {
Dtest-class-definiton25-expected.txt6 "definition": {
257 "definition": {
529 "definition": {
780 "definition": {
Dtest-class-definiton23-expected.txt148 "definition": {
401 "definition": {
671 "definition": {
924 "definition": {
/arkcompiler/runtime_core/compiler/docs/
Dir_builder.md57 - if has destination, update virtual register definition in the vreg map
131 // Get current definition of the accumulator and set it as the first input to the instruction/
136 …// ADD bytecode write resutl to the accumulator, so update definition of the accumulator by create…
/arkcompiler/runtime_core/docs/
Dassembly_format.md92 A definition of a function is assumed.
114 A definition of a record is assumed.
157 …eritance between records. Value is the name of the interface record. Allowed multiple definition. |
163 …ass` must be defined first. Allowed multiple definitions (but only one definition for each annotat…
164 …ass` must be defined first. Allowed multiple definitions (but only one definition for each annotat…
165 …ame` must be defined first. Allowed multiple definitions (but only one definition for each annotat…
166 …rst and have `array` value. Allowed multiple definitions (but only one definition for each annotat…
560 * Elaborate on bytecode definition.
/arkcompiler/ets_runtime/ecmascript/jobs/tests/
Dpending_job_test.cpp110 …* @tc.desc: Get a function called PromiseReactionJob from env.According to the definition of funct…
145 …* @tc.desc: Get a function called PromiseReactionJob from env.According to the definition of funct…
181 …* @tc.desc: Get a function called PromiseReactionJob from env.According to the definition of funct…
227 …* @tc.desc: Create a function called TestPromiseOnResolved.According to the definition of function…
275 …* @tc.desc: Get a function called promiseresolvethenablejob from env. According to the definition
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsFunctionClassesCjsExportAssignment/
Dcontext.js30 * Input type definition
38 * State type definition
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DuseDefineForClassFieldsFlagDefaulttargetesnext.ts24 …// For es2020 should be emitted as an assignment after the class definition (not Object.defineProp…
DuseDefineForClassFieldsFlagDefaulttargetes2020.ts24 …// For es2020 should be emitted as an assignment after the class definition (not Object.defineProp…
DgenericFunctions3.ts25 …g: boolean): Query<T>; // was Error: Overload signature is not compatible with function definition.
DforwardRefInTypeDeclaration.ts36 // or in a type definition
/arkcompiler/runtime_core/cmake/
DDoxygen.cmake50 # Configuration - replace @CMAKE_MACRO@ definition in config template
/arkcompiler/runtime_core/tests/cts-generator/
DREADME.md53 …, --run-all Run all tests, ignore "runner-option: ignore" tag in test definition
54 …ignored Run ignored tests, which have "runner-option: ignore" tag in test definition
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-class-constructor-2-expected.txt6 "definition": {
104 "definition": {
Dclass-declaration-is-expected.txt6 "definition": {
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp304 if (node->Definition()->Declare()) { in VisitTSNode()
307 DuringClass duringClass(&classList_, node->Definition()->GetName()); in VisitTSNode()
315 DuringClass duringClass(&classList_, node->Definition()->GetName()); in VisitTSNode()
422 auto instanceComputedProperty = VisitInstanceProperty(node->Definition()); in VisitClassExpression()
424 VisitTSParameterProperty(node->Definition()); in VisitClassExpression()
427 auto staticProperty = VisitStaticProperty(node->Definition(), varName); in VisitClassExpression()
739 auto name = node->Definition()->GetName(); in VisitClassDeclaration()
743 auto definiton = node->Definition(); in VisitClassDeclaration()
751 auto instanceComputedProperty = VisitInstanceProperty(node->Definition()); in VisitClassDeclaration()
757 VisitTSParameterProperty(node->Definition()); in VisitClassDeclaration()
[all …]

1234567