Home
last modified time | relevance | path

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

/external/v8/src/
Dcompiler.h294 bool has_native_context() const { in has_native_context() function
299 return has_native_context() ? closure()->native_context() : nullptr; in native_context()
302 bool has_global_object() const { return has_native_context(); } in has_global_object()