Home
last modified time | relevance | path

Searched defs:IsRegExp (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/regexp/
Dregexp-utils.cc122 Maybe<bool> RegExpUtils::IsRegExp(Isolate* isolate, Handle<Object> object) { in IsRegExp() function in v8::internal::RegExpUtils
/external/v8/src/builtins/
Dbuiltins-regexp-gen.cc1197 Node* RegExpBuiltinsAssembler::IsRegExp(Node* const context, in IsRegExp() function in v8::internal::RegExpBuiltinsAssembler
/external/v8/src/
Dapi.cc3507 bool Value::IsRegExp() const { in IsRegExp() function in v8::Value