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 263 #define DEF_ENUM_C(name, ignore) k##name,
265 BUILTIN_LIST_C(DEF_ENUM_C)
268 #undef DEF_ENUM_C
274 #define DEF_ENUM_C(name, ignore) c_##name,
275 BUILTIN_LIST_C(DEF_ENUM_C)
276 #undef DEF_ENUM_C
builtins.cc     [all...]

Completed in 30 milliseconds