Home
last modified time | relevance | path

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

/external/v8/src/js/
Dregexp.js49 function IsRegExp(o) { class
77 var pattern_is_regexp = IsRegExp(pattern);
/external/v8/test/cctest/compiler/
Dtest-run-intrinsics.cc119 TEST(IsRegExp) { in TEST() argument
/external/v8/src/full-codegen/
Dfull-codegen.h477 F(IsRegExp) \
/external/v8/src/runtime/
Druntime.h539 F(IsRegExp, 1, 1)
/external/v8/src/crankshaft/
Dhydrogen.h2200 F(IsRegExp) \
/external/v8/test/cctest/
Dtest-api.cc19472 CHECK(re->IsRegExp()); in TEST()
19480 CHECK(re->IsRegExp()); in TEST()
19489 CHECK(re->IsRegExp()); in TEST()
19498 CHECK(re->IsRegExp()); in TEST()
19504 CHECK(re->IsRegExp()); in TEST()
19509 CHECK(re->IsRegExp()); in TEST()
19520 CHECK(re->IsRegExp()); in TEST()
19528 CHECK(re->IsRegExp()); in TEST()
/external/v8/include/
Dv8.h1819 bool IsRegExp() const;
/external/v8/src/
Dapi.cc2856 bool Value::IsRegExp() const { in IsRegExp() function in v8::Value
/external/v8/
DChangeLog12428 Introduced v8::Value::IsRegExp method.