Searched refs:ReturnNew (Results 1 - 3 of 3) sorted by relevance

/external/v8/test/mjsunit/harmony/
H A Dproxies-function.js346 function ReturnNew(x, y) { function
379 TestConstruct(Object.prototype, ReturnNew)
382 TestConstruct(Object.prototype, Proxy.createFunction(handler, ReturnNew))
385 TestConstruct(Object.prototype, CreateFrozen(handler, ReturnNew))
416 TestConstructFromCall(Object.prototype, false, ReturnNew)
424 Proxy.createFunction(handler, ReturnNew))
430 TestConstructFromCall(Object.prototype, false, CreateFrozen({}, ReturnNew))
435 ReturnNew.prototype = prototype
440 TestConstructFromCall(Object.prototype, false, ReturnNew)
448 Proxy.createFunction(handler, ReturnNew))
[all...]
/external/google-breakpad/src/testing/test/
H A Dgmock-generated-actions_test.cc60 using testing::ReturnNew;
997 // Tests using ReturnNew() with a nullary constructor.
999 Action<NullaryConstructorClass*()> a = ReturnNew<NullaryConstructorClass>();
1011 // Tests using ReturnNew() with a unary constructor.
1013 Action<UnaryConstructorClass*()> a = ReturnNew<UnaryConstructorClass>(4000);
1021 ReturnNew<UnaryConstructorClass>(4000);
1029 ReturnNew<UnaryConstructorClass>(4000);
1044 // Tests using ReturnNew() with a 10-argument constructor.
1047 ReturnNew<TenArgConstructorClass>(1000000000, 200000000, 30000000,
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-generated-actions.h2338 // Various overloads for ReturnNew<T>().
2340 // The ReturnNew<T>(a1, a2, ..., a_k) action returns a pointer to a new
2343 ACTION_TEMPLATE(ReturnNew,
2349 ACTION_TEMPLATE(ReturnNew,
2355 ACTION_TEMPLATE(ReturnNew,
2361 ACTION_TEMPLATE(ReturnNew,
2367 ACTION_TEMPLATE(ReturnNew,
2373 ACTION_TEMPLATE(ReturnNew,
2379 ACTION_TEMPLATE(ReturnNew,
2385 ACTION_TEMPLATE(ReturnNew,
[all...]

Completed in 142 milliseconds