Searched refs:script_src (Results 1 – 2 of 2) sorted by relevance
131 script_src = env.File(script).srcnode()134 command = command.replace('$SCRIPT', script_src.path)140 path = (script_src.get_dir(),)141 deps = [script_src]142 deps += script_src.get_implicit_deps(env, python_scanner, path)
69 Handle<String> script_src(String::cast(i_script->source())); in CheckFunctionName() local76 String::FlatContent script_content = script_src->GetFlatContent(); in CheckFunctionName()