Lines Matching refs:Isolate
49 Isolate* isolate = Isolate::Current(); in NumberOfHandles()
59 Isolate* isolate = Isolate::Current(); in Extend()
99 void HandleScope::DeleteExtensions(Isolate* isolate) { in DeleteExtensions()
100 ASSERT(isolate == Isolate::Current()); in DeleteExtensions()
117 &Isolate::Current()->handle_scope_data()->level); in current_level_address()
123 &Isolate::Current()->handle_scope_data()->next); in current_next_address()
129 &Isolate::Current()->handle_scope_data()->limit); in current_limit_address()
237 Isolate* isolate = Isolate::Current(); in SetProperty()
250 Isolate* isolate = object->GetIsolate(); in ForceSetProperty()
261 Isolate* isolate = object->GetIsolate(); in ForceDeleteProperty()
284 Isolate* isolate = obj->GetIsolate(); in GetProperty()
292 Isolate* isolate = Isolate::Current(); in GetProperty()
302 Isolate* isolate = receiver->GetIsolate(); in GetPropertyWithInterceptor()
319 Isolate* isolate = Isolate::Current(); in LookupSingleCharacterStringFromCode()
336 Isolate* isolate = obj->GetIsolate(); in Copy()
360 Isolate* isolate = Isolate::Current(); in ClearWrapperCache()
372 Isolate* isolate = Isolate::Current(); in GetScriptWrapper()
397 Isolate* isolate = script->GetIsolate(); in InitScriptLineEnds()
421 static void CalculateLineEnds(Isolate* isolate, in CalculateLineEnds()
451 Isolate* isolate = src->GetIsolate(); in CalculateLineEnds()
549 Isolate* isolate = receiver->GetIsolate(); in GetKeysForNamedInterceptor()
571 Isolate* isolate = receiver->GetIsolate(); in GetKeysForIndexedInterceptor()
604 Isolate* isolate = object->GetIsolate(); in GetKeysInFixedArrayFor()
694 Isolate* isolate = object->GetIsolate(); in GetKeysFor()
705 Isolate* isolate = object->GetIsolate(); in GetEnumPropertyKeys()