Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter-4.2/test_rules/
Drule25.ts20 private lastName: string property in Person
35 private lastName: string property in Person2
/arkcompiler/ets_frontend/ets2panda/linter/test_rules/
Drule25.ts20 private lastName: string property in Person
35 private lastName: string property in Person2
/arkcompiler/ets_frontend/arkguard/test/grammar/jsfile/
Dscript1.js22 lastName: 'Doe', property
47 lastName: 'Doe', property
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/
Dfunction_object_methods.ts18 lastName: string; property
25 lastName: string; property in C
/arkcompiler/ets_frontend/ets2panda/linter/test/
Dfunction_object_methods.ts18 lastName: string; property
25 lastName: string; property in C
/arkcompiler/ets_runtime/test/moduletest/builtins/
Dbuiltinsir.js44 lastName: "Gates" property
/arkcompiler/ets_runtime/ecmascript/
Decma_macros.h171 #define NEXT_BIT_FIELD(bitFieldName, name, type, bits, lastName) \ argument