Home
last modified time | relevance | path

Searched defs:grade (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/js/
DSwitchTest.js16 let grade = 'B'; variable
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/
DSwitchTest.ts16 let grade: string = 'B'; variable
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/
DSwitchTest.java23 char grade = 'B'; in main() local
/arkcompiler/ets_frontend/arkguard/test/grammar/keepPaths/SourceCode/
Dkeep-file2.ts19 grade: number; property in Student
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/js_files/
Dheapdump1.js61 constructor(name, grade) { argument
/arkcompiler/runtime_core/abc2program/tests/ts/release-line-number/
DCommonSyntax.ts98 const { gender, grade } = person; constant
/arkcompiler/ets_runtime/test/moduletest/arraysort/
Darraysort.js317 { name: "Alex", grade: 15 }, property
318 { name: "Devlin", grade: 15 }, property
319 { name: "Eagle", grade: 13 }, property
320 { name: "Sam", grade: 14 }, property