OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:regexp_function
(Results
1 - 4
of
4
) sorted by null
/external/v8/src/regexp/
regexp-utils.cc
39
return recv->map() == isolate->
regexp_function
()->initial_map();
140
Handle<JSFunction>
regexp_function
= isolate->
regexp_function
();
local
141
if (recv->map() !=
regexp_function
->initial_map()) return false;
/external/v8/src/builtins/
builtins-regexp.cc
737
Node* const
regexp_function
=
local
746
var_new_target.Bind(
regexp_function
);
755
GotoIfNot(WordEqual(value,
regexp_function
), &next);
825
Branch(WordEqual(var_new_target.value(),
regexp_function
),
831
regexp_function
, JSFunction::kPrototypeOrInitialMapOffset);
841
context,
regexp_function
, var_new_target.value());
[
all
...]
/external/v8/src/runtime/
runtime-regexp.cc
798
Handle<Map> map(isolate->
regexp_function
()->initial_map());
[
all
...]
/external/v8/src/
contexts.h
306
V(REGEXP_FUNCTION_INDEX, JSFunction,
regexp_function
) \
[
all
...]
Completed in 421 milliseconds