Lines Matching defs:isolate
36 internal::Isolate* isolate, internal::Address* handle,
63 V8_INLINE v8::Local<v8::Value> Get(v8::Isolate* isolate) const {
65 return Local<Value>::New(isolate, reinterpret_cast<Value*>(val_));
138 Local<T> Get(Isolate* isolate) const { return Local<T>::New(isolate, *this); }
166 Isolate* isolate, T* that, void* slot,
209 TracedReference(Isolate* isolate, Local<S> that) : BasicTracedReference<T>() {
210 this->val_ = this->New(isolate, that.val_, &this->val_,
280 V8_INLINE void Reset(Isolate* isolate, const Local<S>& other);
292 Isolate* isolate, T* that, void* slot,
297 reinterpret_cast<internal::Isolate*>(isolate), p,
351 void TracedReference<T>::Reset(Isolate* isolate, const Local<S>& other) {
356 this->New(isolate, other.val_, &this->val_,