HomeSort by relevance Sort by last modified time
    Searched refs:throwaway (Results 1 - 4 of 4) sorted by null

  /external/v8/src/builtins/
builtins-async-gen.cc 74 Node* const throwaway = InnerAllocate(base, kThrowawayPromiseOffset); local
77 StoreMapNoWriteBarrier(throwaway, promise_map);
79 throwaway, promise_map,
81 PromiseInit(throwaway);
103 outer_promise, throwaway);
113 PromiseSetHasHandler(throwaway);
135 // Mark the dependency to outer Promise in case the throwaway Promise is
140 SetPropertyStrict(CAST(context), CAST(throwaway), CAST(key),
147 on_resolve, on_reject, throwaway);
191 Node* const throwaway = InnerAllocate(base, kThrowawayPromiseOffset) local
    [all...]
  /external/v8/src/runtime/
runtime-promise.cc 139 CONVERT_ARG_HANDLE_CHECKED(JSPromise, throwaway, 2);
141 isolate->RunPromiseHook(PromiseHookType::kInit, throwaway, wrapped_value);
144 // To use captured stack trace later throwaway promise should have the same
146 // events using throwaway promise.
147 throwaway->set_async_task_id(outer_promise->async_task_id());
  /external/boringssl/src/crypto/bytestring/
cbs.c 259 CBS throwaway; local
262 out = &throwaway;
367 CBS throwaway; local
370 out = &throwaway;
  /external/webrtc/talk/app/webrtc/
peerconnectioninterface_unittest.cc 2108 rtc::scoped_ptr<SessionDescriptionInterface> throwaway; local
2147 rtc::scoped_ptr<SessionDescriptionInterface> throwaway; local
2176 rtc::scoped_ptr<SessionDescriptionInterface> throwaway; local
2222 rtc::scoped_ptr<SessionDescriptionInterface> throwaway; local
    [all...]

Completed in 329 milliseconds