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

  /external/v8/src/
isolate.h 894 GlobalHandles* global_handles() { return global_handles_; } function in class:v8::internal::Isolate
    [all...]
  /external/v8/src/debug/
debug.cc 411 GlobalHandles* global_handles = debug_info->GetIsolate()->global_handles(); local
413 Handle<DebugInfo>::cast(global_handles->Create(debug_info)).location();
454 isolate_->global_handles()->Create(*context));
2324 GlobalHandles* global_handles = isolate->global_handles(); local
    [all...]

Completed in 92 milliseconds