/third_party/jerryscript/tests/jerry/es2015/ |
D | generator-initializer.js | 60 var o = { get yield() { return 3 + 2 } } getter 65 *yield() { generator 66 var o = { yield:7 } property 101 var o = { get yield() { return 3 + 2 } } getter 108 var o = { yield:7 } property
|
/third_party/boost/libs/coroutine/test/ |
D | test_symmetric_coroutine.cpp | 64 void trampoline( coro::symmetric_coroutine< void* >::yield_type & yield) in trampoline() 86 coro::symmetric_coroutine< void* >::yield_type * yield; member in D 135 void operator()( coro::symmetric_coroutine< bool >::yield_type & yield) in operator ()() 179 void f3( coro::symmetric_coroutine< X >::yield_type & yield) in f3() 182 void f4( coro::symmetric_coroutine< X& >::yield_type & yield) in f4() 188 void f5( coro::symmetric_coroutine< X* >::yield_type & yield) in f5() 191 void f6( coro::symmetric_coroutine< void >::yield_type & yield) in f6() 197 void f7( coro::symmetric_coroutine< int >::yield_type & yield) in f7() 208 void f10( coro::symmetric_coroutine< int >::yield_type & yield, in f10() 216 void f101( coro::symmetric_coroutine< int >::yield_type & yield) in f101() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | FunctionDeclaration11_es6.js | 2 function * yield() { generator 6 function* yield() { generator
|
D | generatorTypeCheck38.js | 2 var yield; variable 9 var yield; variable
|
D | FunctionDeclaration12_es6.js | 2 var v = function * yield() { } generator 5 var v = function* yield() { }; generator
|
D | FunctionDeclaration5_es6.js | 2 function*foo(yield) { argument 6 function* foo(yield) { argument
|
D | FunctionDeclaration4_es6.js | 2 function yield() { function
|
D | FunctionDeclaration2_es6.js | 2 function f(yield) { argument
|
D | FunctionDeclaration3_es6.js | 2 function f(yield = yield) { argument
|
D | FunctionDeclaration10_es6.js | 6 function* foo(a = yield, yield) { argument
|
/third_party/boost/libs/asio/example/cpp11/spawn/ |
D | echo_server.cpp | 55 [this, self](boost::asio::yield_context yield) in go() 56 { in go() 87 { in main()
|
/third_party/boost/doc/html/boost_asio/example/cpp11/spawn/ |
D | echo_server.cpp | 55 [this, self](boost::asio::yield_context yield) in go() 56 { in go() 87 { in main()
|
/third_party/boost/libs/asio/example/cpp03/spawn/ |
D | echo_server.cpp | 49 void echo(boost::asio::yield_context yield) in echo() 68 void timeout(boost::asio::yield_context yield) in timeout() 85 unsigned short port, boost::asio::yield_context yield) in do_accept()
|
/third_party/boost/doc/html/boost_asio/example/cpp03/spawn/ |
D | echo_server.cpp | 49 void echo(boost::asio::yield_context yield) in echo() 68 void timeout(boost::asio::yield_context yield) in timeout() 85 unsigned short port, boost::asio::yield_context yield) in do_accept()
|
/third_party/boost/libs/coroutine/example/symmetric/ |
D | simple.cpp | 19 void foo( coro_t::yield_type & yield) in foo() 28 void bar( coro_t::yield_type & yield) in bar()
|
D | unwind.cpp | 25 void foo( coro_t::yield_type & yield) in foo() 34 void bar( coro_t::yield_type & yield) in bar()
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript2018/asyncGenerators/ |
D | parser.asyncGenerators.functionDeclarations.es2018.ts | 11 async function * yield() { generator 80 interface yield {} interface
|
/third_party/typescript/tests/cases/conformance/es6/functionDeclarations/ |
D | FunctionDeclaration4_es6.ts | 2 function yield() { function
|
D | FunctionDeclaration11_es6.ts | 2 function * yield() { generator
|
/third_party/boost/libs/beast/example/websocket/server/coro/ |
D | websocket_server_coro.cpp | 47 net::yield_context yield) in do_session() 100 net::yield_context yield) in do_listen()
|
/third_party/typescript/tests/cases/conformance/es6/yieldExpressions/ |
D | generatorTypeCheck38.ts | 2 var yield; variable
|
/third_party/boost/libs/beast/example/websocket/server/coro-ssl/ |
D | websocket_server_coro_ssl.cpp | 53 net::yield_context yield) in do_session() 119 net::yield_context yield) in do_listen()
|
/third_party/boost/boost/asio/ |
D | yield.hpp | 18 # define yield BOOST_ASIO_CORO_YIELD macro
|
/third_party/boost/libs/asio/include/boost/asio/ |
D | yield.hpp | 18 # define yield BOOST_ASIO_CORO_YIELD macro
|
/third_party/boost/libs/coroutine/performance/symmetric/ |
D | performance_switch.cpp | 36 void fn_void( boost::coroutines::symmetric_coroutine< void >::yield_type & yield) in fn_void() 39 void fn_int( boost::coroutines::symmetric_coroutine< int >::yield_type & yield) in fn_int() 42 void fn_x( boost::coroutines::symmetric_coroutine< X >::yield_type & yield) in fn_x()
|