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 308 class PendingPhantomCallback;
312 List<PendingPhantomCallback>* callbacks, Isolate* isolate);
355 List<PendingPhantomCallback> pending_phantom_callbacks_;
363 class GlobalHandles::PendingPhantomCallback {
366 PendingPhantomCallback(
global-handles.cc 292 List<PendingPhantomCallback>* pending_phantom_callbacks) {
315 PendingPhantomCallback(this, callback, parameter(), internal_fields));
531 List<PendingPhantomCallback>* pending_phantom_callbacks, Isolate* isolate)
545 List<PendingPhantomCallback> pending_phantom_callbacks_;
816 List<PendingPhantomCallback>* callbacks, Isolate* isolate) {
957 void GlobalHandles::PendingPhantomCallback::Invoke(Isolate* isolate) {
    [all...]

Completed in 80 milliseconds