Searched refs:IsRegExp (Results 1 – 6 of 6) sorted by relevance
488 F(IsRegExp, 1, 1) \
2271 bool Value::IsRegExp() const { in IsRegExp() function in v8::Value
717 else if (value->IsRegExp()) in doSerialize()
957 V8EXPORT bool IsRegExp() const;
15536 CHECK(re->IsRegExp()); in TEST()15543 CHECK(re->IsRegExp()); in TEST()15551 CHECK(re->IsRegExp()); in TEST()15557 CHECK(re->IsRegExp()); in TEST()15562 CHECK(re->IsRegExp()); in TEST()15572 CHECK(re->IsRegExp()); in TEST()15579 CHECK(re->IsRegExp()); in TEST()
1956 Introduced v8::Value::IsRegExp method.