Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dutils.cc249 size_t js_position = camellified_string.find("JS"); in CapifyStringWithUnderscores() local
256 (js_position != std::string::npos && in CapifyStringWithUnderscores()
257 index == js_position + strlen("JS"))) { in CapifyStringWithUnderscores()