Home
last modified time | relevance | path

Searched defs:person (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/grammar/function_like_namecache/enable_compact/
Dfunction_constructor.ts26 let person = new Person1(); variable
/arkcompiler/toolchain/tooling/test/testcases/js/
Dsample.js28 const person = { variable
/arkcompiler/ets_runtime/test/aottest/bind/
Dbind.ts28 const person = { constant
/arkcompiler/ets_frontend/arkguard/test/ut/utils/ScopeAnalyzer/
DanalyzeFunctionLike.ts53 const person = new Person("John Doe", 30); constant
/arkcompiler/ets_runtime/test/perform/object/
Dobject.ts76 const person = { constant
/arkcompiler/ets_runtime/test/moduletest/builtins/
Dbuiltinsir.js37 var person = { variable
/arkcompiler/ets_runtime/test/moduletest/objecthasownproperty/
Dobjecthasownproperty.js67 var person = {name: "hhh"}; variable
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/js_files/
Dheapdump.js102 globalThis.person = new Person('Alice', 25); variable in globalThis