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

  /external/chromium_org/v8/src/
profile-generator.h 82 bool is_js_function() const { return is_js_function_tag(tag_); } function in class:v8::internal::CodeEntry
  /external/v8/src/
profile-generator.h 104 INLINE(bool is_js_function() const) { return is_js_function_tag(tag_); } function in class:v8::internal::CodeEntry
    [all...]

Completed in 497 milliseconds