Home
last modified time | relevance | path

Searched refs:raw_native_context (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/execution/
Disolate-inl.h30 NativeContext Isolate::raw_native_context() { in raw_native_context() function
119 return Handle<type>(raw_native_context().name(), this); \
122 return raw_native_context().is_##name(value); \
Disolate.h928 inline NativeContext raw_native_context();
/external/v8/src/numbers/
Dmath-random.cc35 Address MathRandom::RefillCache(Isolate* isolate, Address raw_native_context) { in RefillCache() argument
36 Context native_context = Context::cast(Object(raw_native_context)); in RefillCache()
Dmath-random.h22 static Address RefillCache(Isolate* isolate, Address raw_native_context);
/external/v8/src/api/
Dapi-natives.cc367 return fun.context().native_context() == isolate->raw_native_context(); in IsSimpleInstantiation()
/external/v8/src/heap/
Dfactory.cc2200 NativeContext native_context = isolate()->raw_native_context(); in NewJSArrayWithUnverifiedElements()
2256 NativeContext native_context = isolate()->raw_native_context(); in NewJSWeakMap()
Dheap.cc1717 RemoveDirtyFinalizationRegistriesOnContext(isolate()->raw_native_context()); in NotifyContextDisposed()
1718 isolate()->raw_native_context().set_retained_maps( in NotifyContextDisposed()