| /arkcompiler/ets_frontend/test262/ |
| D | module_tests.txt | 390 define-own-property.js 404 get-own-property-str-found-init.js 405 get-own-property-str-found-uninit.js 406 get-own-property-str-not-found.js 407 get-own-property-sym.js 425 own-property-keys-binding-types_FIXTURE.js 426 own-property-keys-binding-types.js 427 own-property-keys-sort.js
|
| D | dynamicImport_tests.txt | 314 await-ns-get-own-property-str-found-init.js 321 default-property-not-set-own.js 329 await-ns-own-property-keys-sort.js 333 promise-then-ns-get-own-property-str-found-init.js 342 promise-then-ns-own-property-keys-sort.js 349 promise-then-ns-define-own-property.js 355 await-ns-define-own-property.js 358 promise-then-ns-get-own-property-sym.js 362 await-ns-get-own-property-sym.js 363 promise-then-ns-get-own-property-str-not-found.js [all …]
|
| D | ts2abc_skip_tests.json | 485 … "language/statements/for-await-of/async-gen-decl-dstr-array-rest-nested-obj-undefined-own.js", 495 … "language/statements/for-await-of/async-func-decl-dstr-array-elem-nested-obj-undefined-own.js", 499 … "language/statements/for-await-of/async-gen-decl-dstr-array-elem-nested-obj-undefined-own.js", 561 … "language/statements/for-await-of/async-gen-decl-dstr-array-rest-nested-array-undefined-own.js", 602 … "language/statements/for-await-of/async-gen-decl-dstr-array-elem-nested-array-undefined-own.js", 614 … "language/statements/for-await-of/async-func-decl-dstr-array-rest-nested-obj-undefined-own.js", 632 … "language/statements/for-await-of/async-func-decl-dstr-array-elem-nested-array-undefined-own.js", 649 … "language/statements/for-await-of/async-func-decl-dstr-array-rest-nested-array-undefined-own.js",
|
| /arkcompiler/ets_runtime/ |
| D | LICENSE | 118 do not modify the License. You may add Your own attribution 124 You may add Your own copyright statement to Your modifications and 171 on Your own behalf and on Your sole responsibility, not on behalf
|
| /arkcompiler/toolchain/ |
| D | LICENSE | 118 do not modify the License. You may add Your own attribution 124 You may add Your own copyright statement to Your modifications and 171 on Your own behalf and on Your sole responsibility, not on behalf
|
| /arkcompiler/runtime_core/ |
| D | LICENSE | 118 do not modify the License. You may add Your own attribution 124 You may add Your own copyright statement to Your modifications and 171 on Your own behalf and on Your sole responsibility, not on behalf
|
| /arkcompiler/ets_frontend/ |
| D | LICENSE | 118 do not modify the License. You may add Your own attribution 124 You may add Your own copyright statement to Your modifications and 171 on Your own behalf and on Your sole responsibility, not on behalf
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | monitor.yaml | 86 on the monitor which it doesn't own, IllegalMonitorStateException is thrown. 279 Check that a thread does not own a monitor after execution of monitorenter instruction 298 …Check that a thread does not own a monitor if amount of executed monitorexit instructions is the s…
|
| /arkcompiler/runtime_core/docs/ |
| D | runtime-debug-api.md | 11 …ary, that runtime loads when works in debugger mode. Debugger works in the own thread and responsi…
|
| D | coding-style.md | 26 10. Always explicitly mark fall through in switch … case. Google uses its own macro, we can agree o…
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | ic_handler_test.cpp | 224 ObjectOperator handleOp1(thread, handleKey, OperatorType::OWN); in HWTEST_F_L0() 225 ObjectOperator handleOp2(thread, handleKey, OperatorType::OWN); in HWTEST_F_L0() 263 ObjectOperator handleOp(thread, handleKey, OperatorType::OWN); in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/cmake/ |
| D | README.md | 16 In the current build directory structure, each project has its own subdirectory. For example, the v…
|
| D | PandaCmakeFunctions.cmake | 16 # Note: AddressSanitizer reserves (mmap) addresses for its own needs,
|
| D | Sanitizers.cmake | 34 # GCC doesn't have built-in macro for UBSAN, bypass by making our own definition.
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | object_type_propagation.cpp | 59 …uld be processed more carefully, because it may contain object of the derived class with own method in VisitLoadArray()
|
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| D | relocator.cpp | 50 S: (when used on its own) is the address of the symbol in Relocate() 62 S: (when used on its own) is the address of the symbol in Relocate()
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | vn.h | 121 // !TODO add own allocator
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | memory_manager.h | 61 * Each VM is allocated its own instance.
|
| /arkcompiler/runtime_core/tests/cts-generator/generator/ |
| D | test_case.rb | 83 LOG.debug 'Case has own template, use it'
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | interface_inline_cache.md | 76 Note: Class A records only its own methods, if the implementation of the target method is in the pa…
|
| /arkcompiler/runtime_core/ldscripts/ |
| D | panda.ld | 8 ASAN reserves (mmap) addresses for its own needs,
|
| /arkcompiler/runtime_core/verification/models/typesystem/ |
| D | ark_typesystem.als | 80 // type cannot present in its own parameters
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | object_operator_test.cpp | 516 type = OperatorType::OWN; in HWTEST_F_L0() 533 type = OperatorType::OWN; in HWTEST_F_L0() 550 type = OperatorType::OWN; in HWTEST_F_L0() 565 type = OperatorType::OWN; in HWTEST_F_L0() 580 type = OperatorType::OWN; in HWTEST_F_L0() 596 type = OperatorType::OWN; in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_object.cpp | 224 ObjectOperator op(thread, receiver, lengthKey, OperatorType::OWN); in IsArrayLengthWritable() 796 ObjectOperator op(thread, JSHandle<JSTaggedValue>(obj), key, OperatorType::OWN); in DeleteProperty() 803 // a. Remove the own property with name P from O. in DeleteProperty() 822 ObjectOperator op(thread, key, OperatorType::OWN); in GlobalGetOwnProperty() 843 ObjectOperator op(thread, JSHandle<JSTaggedValue>(obj), key, OperatorType::OWN); in OrdinaryGetOwnProperty() 879 ObjectOperator op(thread, objValue, key, OperatorType::OWN); in OrdinaryDefineOwnProperty() 892 ObjectOperator op(thread, objValue, index, OperatorType::OWN); in OrdinaryDefineOwnProperty() 1875 ObjectOperator op(thread, obj, key, OperatorType::OWN); in DefineSetter() 1885 ObjectOperator op(thread, obj, key, OperatorType::OWN); in DefineGetter() 1937 ObjectOperator op(thread, obj, key, OperatorType::OWN); in AddAccessor()
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | regmask.h | 53 * reason to implement own RegMask class.
|