Home
last modified time | relevance | path

Searched full:own (Results 1 – 25 of 56) sorted by relevance

123

/arkcompiler/ets_frontend/test262/
Dmodule_tests.txt390 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
DdynamicImport_tests.txt314 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 …]
Dts2abc_skip_tests.json485 … "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/
DLICENSE118 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/
DLICENSE118 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/
DLICENSE118 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/
DLICENSE118 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/
Dmonitor.yaml86 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/
Druntime-debug-api.md11 …ary, that runtime loads when works in debugger mode. Debugger works in the own thread and responsi…
Dcoding-style.md26 10. Always explicitly mark fall through in switch … case. Google uses its own macro, we can agree o…
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_handler_test.cpp224 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/
DREADME.md16 In the current build directory structure, each project has its own subdirectory. For example, the v…
DPandaCmakeFunctions.cmake16 # Note: AddressSanitizer reserves (mmap) addresses for its own needs,
DSanitizers.cmake34 # GCC doesn't have built-in macro for UBSAN, bypass by making our own definition.
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dobject_type_propagation.cpp59 …uld be processed more carefully, because it may contain object of the derived class with own method in VisitLoadArray()
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Drelocator.cpp50 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/
Dvn.h121 // !TODO add own allocator
/arkcompiler/runtime_core/runtime/mem/
Dmemory_manager.h61 * Each VM is allocated its own instance.
/arkcompiler/runtime_core/tests/cts-generator/generator/
Dtest_case.rb83 LOG.debug 'Case has own template, use it'
/arkcompiler/runtime_core/compiler/docs/
Dinterface_inline_cache.md76 Note: Class A records only its own methods, if the implementation of the target method is in the pa…
/arkcompiler/runtime_core/ldscripts/
Dpanda.ld8 ASAN reserves (mmap) addresses for its own needs,
/arkcompiler/runtime_core/verification/models/typesystem/
Dark_typesystem.als80 // type cannot present in its own parameters
/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_operator_test.cpp516 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/
Djs_object.cpp224 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/
Dregmask.h53 * reason to implement own RegMask class.

123