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 307 class PendingPhantomCallback;
311 List<PendingPhantomCallback>* callbacks, Isolate* isolate);
356 List<PendingPhantomCallback> pending_phantom_callbacks_;
364 class GlobalHandles::PendingPhantomCallback {
367 PendingPhantomCallback(
global-handles.cc 270 List<PendingPhantomCallback>* pending_phantom_callbacks) {
294 PendingPhantomCallback(this, callback, parameter(), internal_fields));
518 List<PendingPhantomCallback>* pending_phantom_callbacks, Isolate* isolate)
533 List<PendingPhantomCallback> pending_phantom_callbacks_;
897 List<PendingPhantomCallback>* callbacks, Isolate* isolate) {
995 List<PendingPhantomCallback> second_pass_callbacks;
1027 void GlobalHandles::PendingPhantomCallback::Invoke(Isolate* isolate) {
    [all...]

Completed in 166 milliseconds