Lines Matching defs:isolate
41 static Local<Private> New(Isolate* isolate,
46 * been retrieved in the same isolate before, it is created.
53 static Local<Private> ForApi(Isolate* isolate, Local<String> name);
85 * v8::PropertyDescriptor d(v8::Undefined(isolate));
88 * v8::PropertyDescriptor d(v8::Undefined(isolate), Local<Value>()));
608 // TODO(dcarney): take an isolate and optionally bail out?
679 * Return the isolate to which the Object belongs to.
694 static Local<Object> New(Isolate* isolate);
704 static Local<Object> New(Isolate* isolate, Local<Value> prototype_or_null,
718 bool IsCodeLike(Isolate* isolate) const;
745 internal::Isolate* isolate =
747 A* result = HandleScope::CreateHandle(isolate, value);
767 internal::Isolate* isolate = I::GetIsolateForSandbox(obj);
769 isolate, obj, offset, internal::kEmbedderDataSlotPayloadTag);