Lines Matching refs:source_string
365 Local<String> source_string; in RunExtraCode() local
367 .ToLocal(&source_string)) { in RunExtraCode()
374 ScriptCompiler::Source source(source_string, origin); in RunExtraCode()
1916 i::Handle<i::String> str = Utils::OpenHandle(*(source->source_string)); in CompileUnboundInternal()
2061 i::Handle<i::String> source_string; in CompileFunctionInContext() local
2064 source_string = factory->NewStringFromStaticChars("(function("); in CompileFunctionInContext()
2071 !factory->NewConsString(source_string, in CompileFunctionInContext()
2073 .ToHandle(&source_string); in CompileFunctionInContext()
2077 !factory->NewConsString(source_string, in CompileFunctionInContext()
2079 ',')).ToHandle(&source_string); in CompileFunctionInContext()
2083 has_pending_exception = !factory->NewConsString(source_string, brackets) in CompileFunctionInContext()
2084 .ToHandle(&source_string); in CompileFunctionInContext()
2087 source_string = factory->NewStringFromStaticChars("(function(){"); in CompileFunctionInContext()
2090 int scope_position = source_string->length(); in CompileFunctionInContext()
2092 !factory->NewConsString(source_string, in CompileFunctionInContext()
2093 Utils::OpenHandle(*source->source_string)) in CompileFunctionInContext()
2094 .ToHandle(&source_string); in CompileFunctionInContext()
2099 !factory->NewConsString(source_string, brackets).ToHandle(&source_string); in CompileFunctionInContext()
2130 source_string, outer_info, context, i::SLOPPY, in CompileFunctionInContext()