Home
last modified time | relevance | path

Searched refs:SomeObject (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/tools/gcmole/
H A Dgcmole-test.cc66 class SomeObject : public Object { class
70 SomeObject& operator=(const Object& b) { in operator =()
75 DECL_CAST(SomeObject)
77 OBJECT_CONSTRUCTORS(SomeObject, Object);
81 SomeObject obj; in TestMethodCall()
82 Handle<SomeObject> so = handle(obj, isolate); in TestMethodCall()
91 SomeObject obj; in TestOperatorCall()
128 SomeObject so; in TestFollowingVirtualFunctions()
129 Handle<SomeObject> so_handle = handle(so, isolate); in TestFollowingVirtualFunctions()
149 SomeObject s in TestFollowingStaticFunctions()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DcontrolFlowOptionalChain.js559 interface SomeObject {
565 function someFunction(someOptionalObject: SomeObject | undefined): void {
573 const someObject: SomeObject = {

Completed in 4 milliseconds