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

  /external/chromium_org/v8/test/cctest/
cctest.h 86 static v8::Isolate* default_isolate() { return default_isolate_; }
89 return v8::Local<v8::Context>::New(default_isolate_, context_);
92 static v8::Isolate* isolate() { return default_isolate_; }
100 default_isolate_ = default_isolate;
109 static v8::Isolate* default_isolate_; member in class:CcTest
cctest.cc 98 v8::Isolate* CcTest::default_isolate_; member in class:CcTest
  /external/v8/src/
isolate.cc 315 Isolate* Isolate::default_isolate_ = NULL; member in class:v8::internal::Isolate
365 if (default_isolate_ == NULL) {
370 default_isolate_ = new Isolate();
372 // Can't use SetIsolateThreadLocals(default_isolate_, NULL) here
375 Thread::SetThreadLocal(isolate_key_, default_isolate_);
388 return default_isolate_->debugger();
395 return default_isolate_->stack_guard();
401 ASSERT(default_isolate_ != NULL);
405 if (data == NULL || data->isolate() != default_isolate_) {
406 default_isolate_->Enter()
    [all...]
isolate.h 467 bool IsDefaultIsolate() const { return this == default_isolate_; }
1090 static Isolate* default_isolate_; member in class:v8::internal::Isolate
    [all...]
  /external/chromium_org/v8/src/
isolate.cc 339 Isolate* Isolate::default_isolate_ = NULL; member in class:v8::internal::Isolate
398 if (default_isolate_ == NULL) {
406 default_isolate_ = new Isolate();
408 // Can't use SetIsolateThreadLocals(default_isolate_, NULL) here
411 Thread::SetThreadLocal(isolate_key_, default_isolate_);
424 return default_isolate_->debugger();
431 return default_isolate_->stack_guard();
437 ASSERT(default_isolate_ != NULL);
441 if (data == NULL || data->isolate() != default_isolate_) {
442 default_isolate_->Enter()
    [all...]
isolate.h 500 bool IsDefaultIsolate() const { return this == default_isolate_; }
1203 static Isolate* default_isolate_; member in class:v8::internal::Isolate
    [all...]

Completed in 974 milliseconds