Home
last modified time | relevance | path

Searched refs:otherObject (Results 1 - 5 of 5) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DprivateNameFieldDestructuredBinding(target=es2022).js4 otherObject = new A();
19 [this.otherObject.#field = 2] = [];
30 otherObject = new A();
45 [this.otherObject.#field = 2] = [];
H A DprivateNameFieldDestructuredBinding(target=esnext).js4 otherObject = new A();
19 [this.otherObject.#field = 2] = [];
30 otherObject = new A();
45 [this.otherObject.#field = 2] = [];
H A DprivateNameFieldDestructuredBinding(target=es2015).js4 otherObject = new A();
19 [this.otherObject.#field = 2] = [];
45 this.otherObject = new A();
53 _l = this.otherObject, [({ set value(_m) { __classPrivateFieldSet(_l, _A_field, _m, "f"); } }).value = 2] = [];
/third_party/jerryscript/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.06/
H A D15.02.04.06-003.js16 var otherObject = new Object(); class
18 assert(!otherObject.isPrototypeOf(object));
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DextNvidiaVideoParserIf.hpp136 inline bool operator== (const NvidiaSharedBaseObj<NvidiaBaseObjType>& otherObject) in operator ==() argument
138 return (this->Get() == otherObject.Get()); in operator ==()
141 inline bool operator!= (const NvidiaSharedBaseObj<NvidiaBaseObjType>& otherObject) in operator !=() argument
143 return !(*this == otherObject); in operator !=()

Completed in 4 milliseconds