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

  /external/v8/src/
global-handles.h 314 class PendingPhantomCallback;
318 List<PendingPhantomCallback>* callbacks, Isolate* isolate);
363 List<PendingPhantomCallback> pending_phantom_callbacks_;
371 class GlobalHandles::PendingPhantomCallback {
374 PendingPhantomCallback(
global-handles.cc 272 List<PendingPhantomCallback>* pending_phantom_callbacks) {
296 PendingPhantomCallback(this, callback, parameter(), internal_fields));
520 List<PendingPhantomCallback>* pending_phantom_callbacks, Isolate* isolate)
535 List<PendingPhantomCallback> pending_phantom_callbacks_;
916 List<PendingPhantomCallback>* callbacks, Isolate* isolate) {
1014 List<PendingPhantomCallback> second_pass_callbacks;
1046 void GlobalHandles::PendingPhantomCallback::Invoke(Isolate* isolate) {
    [all...]

Completed in 856 milliseconds