Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-func-name-inference.cc72 int func_pos; in CheckFunctionName() local
77 func_pos = SearchString(isolate, script_content.ToOneByteVector(), in CheckFunctionName()
80 CHECK_NE(0, func_pos); in CheckFunctionName()
85 isolate->debug()->FindSharedFunctionInfoInScript(i_script, func_pos)); in CheckFunctionName()