Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.cc1277 Node* const exec_map = LoadMap(exec); in RegExpExec() local
1278 Branch(IsCallableMap(exec_map), &if_iscallable, &if_isnotcallable); in RegExpExec()