Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.h116 Handle<Object> argv[], NativesFlag natives_flag);
Dcompiler.h109 NativesFlag is_natives_code, bool is_module);
Dglobals.h594 enum NativesFlag { NOT_NATIVES_CODE, EXTENSION_CODE, NATIVES_CODE }; enum
Dcompiler.cc1383 ScriptCompiler::CompileOptions compile_options, NativesFlag natives, in GetSharedFunctionInfoForScript()
Dbootstrapper.cc2711 NativesFlag natives_flag) { in CompileNative()