Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-func-name-inference.cc59 Handle<SharedFunctionInfo> shared_function; in CheckFunctionName() local
61 shared_function = in CheckFunctionName()
64 shared_function = in CheckFunctionName()
67 Handle<Script> i_script(Script::cast(shared_function->script())); in CheckFunctionName()
Dtest-compiler.cc62 Handle<SharedFunctionInfo> shared_function = Compiler::CompileScript( in Compile() local
67 shared_function, isolate->native_context()); in Compile()
/external/v8/test/cctest/compiler/
Dtest-linkage.cc33 Handle<SharedFunctionInfo> shared_function = Compiler::CompileScript( in Compile() local
38 shared_function, isolate->native_context()); in Compile()