HomeSort by relevance Sort by last modified time
    Searched refs:DEF_ENUM_C (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
builtins.h 280 #define DEF_ENUM_C(name, ignore) k##name,
282 BUILTIN_LIST_C(DEF_ENUM_C)
285 #undef DEF_ENUM_C
291 #define DEF_ENUM_C(name, ignore) c_##name,
292 BUILTIN_LIST_C(DEF_ENUM_C)
293 #undef DEF_ENUM_C
builtins.cc     [all...]

Completed in 21 milliseconds