Home
last modified time | relevance | path

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

/external/v8/src/
Dcompiler.h295 NativesFlag is_natives_code);
Dv8globals.h213 enum NativesFlag { NOT_NATIVES_CODE, NATIVES_CODE }; enum
Dcompiler.cc478 NativesFlag natives) { in Compile()