HomeSort by relevance Sort by last modified time
    Searched full:script_source (Results 1 - 10 of 10) sorted by null

  /external/v8/test/cctest/
cctest.h 380 v8::ScriptCompiler::Source script_source(source, origin);
382 v8::Isolate::GetCurrent()->GetCurrentContext(), &script_source)
438 v8::Local<v8::Context> context, v8::ScriptCompiler::Source* script_source,
441 if (v8::ScriptCompiler::Compile(context, script_source, options)
456 v8::ScriptCompiler::Source script_source(v8_str(source));
457 v8::ScriptCompiler::Compile(context, &script_source,
463 script_source.GetCachedData() ? v8::ScriptCompiler::kConsumeParserCache
466 return CompileRun(context, &script_source, options);
480 v8::ScriptCompiler::Source script_source(v8_str(source), origin);
481 return CompileRun(context, &script_source,
    [all...]
test-compiler.cc 558 v8::ScriptCompiler::Source script_source(v8_str(
563 v8::ScriptCompiler::CompileFunctionInContext(env.local(), &script_source,
601 v8::ScriptCompiler::Source script_source(v8_str("result = x + y + z"));
603 v8::ScriptCompiler::CompileFunctionInContext(env.local(), &script_source,
624 v8::ScriptCompiler::Source script_source(v8_str("result = x + b"));
627 v8::ScriptCompiler::CompileFunctionInContext(env.local(), &script_source,
649 v8::ScriptCompiler::Source script_source(
653 v8::ScriptCompiler::CompileFunctionInContext(env.local(), &script_source,
671 v8::ScriptCompiler::Source script_source(v8_str("result = 1"));
674 env.local(), &script_source, 1, &arg, 0, NULL
    [all...]
test-parsing.cc 228 v8::ScriptCompiler::Source script_source(
233 v8::ScriptCompiler::Compile(isolate->GetCurrentContext(), &script_source,
236 CHECK(script_source.GetCachedData());
241 v8::ScriptCompiler::Compile(isolate->GetCurrentContext(), &script_source,
246 isolate, &script_source, v8::ScriptCompiler::kConsumeParserCache)
    [all...]
test-debug.cc 2204 v8::Local<v8::String> script_source = v8_str(env->GetIsolate(), local
    [all...]
  /external/v8/src/
d8.cc 318 ScriptCompiler::Source script_source(source_copy, ScriptOrigin(name_copy));
319 if (!ScriptCompiler::CompileUnboundScript(temp_isolate, &script_source,
321 script_source.GetCachedData()) {
322 int length = script_source.GetCachedData()->length;
324 memcpy(cache, script_source.GetCachedData()->data, length);
343 ScriptCompiler::Source script_source(source, origin);
345 ? ScriptCompiler::Compile(context, &script_source,
347 : ScriptCompiler::CompileModule(context, &script_source,
606 ScriptCompiler::Source script_source(
609 if (!ScriptCompiler::CompileUnboundScript(isolate, &script_source)
    [all...]
bootstrapper.cc 2168 Handle<AccessorInfo> script_source = local
    [all...]
api.cc     [all...]
objects.cc     [all...]
  /external/v8/tools/
grokdump.py     [all...]
  /external/v8/test/cctest/heap/
test-heap.cc     [all...]

Completed in 707 milliseconds