/arkcompiler/ets_runtime/ecmascript/ |
D | tagged_dictionary.cpp | 177 JSTaggedValue hole = JSTaggedValue::Hole(); in ClearEntry() local 179 SetEntry(thread, entry, hole, hole, metaData); in ClearEntry() 346 JSTaggedValue hole = JSTaggedValue::Hole(); in ClearEntry() local 348 SetEntry(thread, entry, hole, hole, metaData); in ClearEntry()
|
D | global_dictionary-inl.h | 77 JSTaggedValue hole = JSTaggedValue::Hole(); in ClearEntry() local 79 SetEntry(thread, entry, hole, hole, metaData); in ClearEntry()
|
D | tagged_hash_array.cpp | 69 JSHandle<LinkedNode> hole(thread, JSTaggedValue::Hole()); in NewLinkedNode() local 70 return factory->NewLinkedNode(hash, key, value, hole); in NewLinkedNode()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | linked_node_test.cpp | 90 JSHandle<LinkedNode> hole(thread, JSTaggedValue::Hole()); in HWTEST_F_L0() local 91 JSHandle<LinkedNode> newNode = factory->NewLinkedNode(hash, key, value, hole); in HWTEST_F_L0()
|
D | js_api_hashset_test.cpp | 121 JSHandle<JSTaggedValue> hole(thread, JSTaggedValue::Hole()); in HWTEST_F_L0() local 122 JSAPIHashSet::Add(thread, hashSet, hole); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/test/aottest/vtable/hole/ |
D | BUILD.gn | 16 host_aot_test_action("hole") {
|
/arkcompiler/ets_runtime/test/aottest/vtable/ |
D | BUILD.gn | 18 "hole",
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.cpp | 1126 VReg hole = AllocReg(); in EmitRethrow() local 1127 StoreConst(node, hole, Constant::JS_HOLE); in EmitRethrow() 1130 NotEqual(node, hole); in EmitRethrow()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | slowpath_lowering.cpp | 783 auto hole = builder_.HoleConstant(); in SaveFrameToContext() local 787 if (tmpGate != hole) { in SaveFrameToContext() 1077 GateRef hole = acc_.GetValueIn(gate, 0); in LowerThrowUndefinedIfHole() local 1083 builder_.Branch(builder_.TaggedIsHole(hole), &isHole, ¬Hole); in LowerThrowUndefinedIfHole() 1102 GateRef hole = acc_.GetValueIn(gate, 1); in LowerThrowUndefinedIfHoleWithName() local 1107 builder_.Branch(builder_.TaggedIsHole(hole), &isHole, ¬Hole); in LowerThrowUndefinedIfHoleWithName()
|
D | bytecode_circuit_builder.cpp | 936 auto hole = circuit_->GetConstantGate(MachineType::I64, in NewJSGate() local 940 std::vector<GateRef> vec(numRegs + 1, hole); in NewJSGate()
|
D | interpreter_stub.cpp | 1220 GateRef hole = GetVregValue(sp, ZExtInt8ToPtr(v0)); in DECLARE_ASM_HANDLER() local 1223 Branch(TaggedIsHole(hole), &isHole, ¬Hole); in DECLARE_ASM_HANDLER() 1239 GateRef hole = acc; in DECLARE_ASM_HANDLER() local 1242 Branch(TaggedIsHole(hole), &isHole, ¬Hole); in DECLARE_ASM_HANDLER()
|
D | stub_builder.cpp | 1771 Label hole(env); in ICStoreElement() local 1774 Branch(Int32GreaterThan(index, capacity), &hole, ¬Hole); in ICStoreElement() 1775 Bind(&hole); in ICStoreElement()
|
/arkcompiler/ets_frontend/test262/ |
D | es2021_tests.txt | 1575 language/expressions/async-generator/dstr/named-ary-ptrn-elem-id-init-hole.js 1593 language/expressions/async-generator/dstr/dflt-ary-ptrn-elem-id-init-hole.js 1612 language/expressions/async-generator/dstr/named-dflt-ary-ptrn-elem-id-init-hole.js 1670 language/expressions/async-generator/dstr/ary-ptrn-elem-id-init-hole.js 2018 language/statements/async-generator/dstr/dflt-ary-ptrn-elem-id-init-hole.js 2056 language/statements/async-generator/dstr/ary-ptrn-elem-id-init-hole.js 2173 language/statements/for-await-of/async-func-decl-dstr-array-elem-nested-array-undefined-hole.js 2181 language/statements/for-await-of/async-func-decl-dstr-array-elem-nested-obj-undefined-hole.js 2207 language/statements/for-await-of/async-func-decl-dstr-array-rest-nested-array-undefined-hole.js 2213 language/statements/for-await-of/async-func-decl-dstr-array-rest-nested-obj-undefined-hole.js [all …]
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | interpreter-inl.h | 3849 JSTaggedValue hole = GET_VREG_VALUE(v0); in RunInternal() local 3850 if (!hole.IsHole()) { in RunInternal() 3860 JSTaggedValue hole = acc; in RunInternal() local 3861 if (!hole.IsHole()) { in RunInternal()
|
D | interpreter_assembly.cpp | 1865 JSTaggedValue hole = GET_VREG_VALUE(v0); in HandleThrowUndefinedifholePrefV8V8() local 1866 if (!hole.IsHole()) { in HandleThrowUndefinedifholePrefV8V8() 1880 JSTaggedValue hole = acc; in HandleThrowUndefinedifholewithnamePrefId16() local 1881 if (!hole.IsHole()) { in HandleThrowUndefinedifholewithnamePrefId16()
|
/arkcompiler/ets_frontend/es2panda/test/ |
D | test262skiplist.txt | 1054 language/expressions/class/dstr/async-private-gen-meth-ary-ptrn-elem-id-init-hole.js 1093 language/expressions/class/dstr/async-private-gen-meth-dflt-ary-ptrn-elem-id-init-hole.js 1172 language/expressions/class/dstr/async-private-gen-meth-static-ary-ptrn-elem-id-init-hole.js 1211 language/expressions/class/dstr/async-private-gen-meth-static-dflt-ary-ptrn-elem-id-init-hole.js 1290 language/expressions/class/dstr/private-gen-meth-ary-ptrn-elem-id-init-hole.js 1329 language/expressions/class/dstr/private-gen-meth-dflt-ary-ptrn-elem-id-init-hole.js 1408 language/expressions/class/dstr/private-gen-meth-static-ary-ptrn-elem-id-init-hole.js 1447 language/expressions/class/dstr/private-gen-meth-static-dflt-ary-ptrn-elem-id-init-hole.js 1526 language/expressions/class/dstr/private-meth-ary-ptrn-elem-id-init-hole.js 1565 language/expressions/class/dstr/private-meth-dflt-ary-ptrn-elem-id-init-hole.js [all …]
|