Home
last modified time | relevance | path

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

/external/webkit/V8Binding/v8/test/cctest/
Dtest-func-name-inference.cc73 int func_pos = Runtime::StringMatch(script_src, func_pos_str, 0); in CheckFunctionName() local
74 CHECK_NE(0, func_pos); in CheckFunctionName()
78 Runtime::FindSharedFunctionInfoInScript(i_script, func_pos); in CheckFunctionName()