Home | History | Annotate | Download | only in parsing

Lines Matching refs:isolate_

37       isolate_(nullptr),
46 isolate_ = shared->GetIsolate();
50 set_hash_seed(isolate_->heap()->HashSeed());
57 set_stack_limit(isolate_->stack_guard()->real_climit());
58 set_unicode_cache(isolate_->unicode_cache());
83 isolate_ = script->GetIsolate();
87 set_hash_seed(isolate_->heap()->HashSeed());
88 set_stack_limit(isolate_->stack_guard()->real_climit());
89 set_unicode_cache(isolate_->unicode_cache());
108 p->isolate_ = isolate;