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 184 #define DEF_ENUM_C(name, ignore) name,
186 BUILTIN_LIST_C(DEF_ENUM_C)
189 #undef DEF_ENUM_C
195 #define DEF_ENUM_C(name, ignore) c_##name,
196 BUILTIN_LIST_C(DEF_ENUM_C)
197 #undef DEF_ENUM_C
builtins.cc     [all...]

Completed in 30 milliseconds