Searched refs:Compile (Results 1 - 25 of 49) sorted by relevance

12

/external/v8/test/cctest/
H A Dtest-func-name-inference.cc90 static v8::Handle<v8::Script> Compile(const char* src) { function
91 return v8::Script::Compile(v8::String::New(src));
99 v8::Handle<v8::Script> script = Compile(
111 v8::Handle<v8::Script> script = Compile(
123 v8::Handle<v8::Script> script = Compile(
137 v8::Handle<v8::Script> script = Compile(
151 v8::Handle<v8::Script> script = Compile(
167 v8::Handle<v8::Script> script = Compile(
185 v8::Handle<v8::Script> script = Compile(
203 v8::Handle<v8::Script> script = Compile(
[all...]
H A Dtest-thread-termination.cc57 v8::Script::Compile(source)->Run();
64 v8::Script::Compile(v8::String::New("function f() {"
87 v8::Script::Compile(v8::String::New("var term = true;"
124 v8::Script::Compile(source)->Run();
126 v8::Script::Compile(source)->Run();
142 v8::Script::Compile(source)->Run();
144 v8::Script::Compile(source)->Run();
171 v8::Script::Compile(source)->Run();
193 v8::Script::Compile(source)->Run();
249 v8::Script::Compile(v
[all...]
H A Dtest-threads.cc43 v8::Handle<v8::Script> script = v8::Script::Compile(
H A Dtest-compiler.cc115 static Handle<JSFunction> Compile(const char* source) { function
117 Handle<JSFunction> boilerplate = Compiler::Compile(source_code,
135 Handle<JSFunction> fun = Compile(buffer.start());
154 Handle<JSFunction> fun = Compile("result = x + y;");
175 Handle<JSFunction> fun = Compile("if (x < 0) result = -x; else result = x;");
196 Compile("s = 0; while (n > 0) { s += n; n -= 1; }; result = s;");
219 Handle<JSFunction> fun = Compile(source);
252 Handle<JSFunction> fun = Compile(source);
267 Handle<JSFunction> fun = Compile(source);
290 Handle<JSFunction> fun0 = Compile(sourc
[all...]
H A Dtest-debug.cc162 // Compile and run the supplied source and return the fequested function.
166 v8::Script::Compile(v8::String::New(source))->Run();
172 // Compile and run the supplied source and return the requested function.
175 v8::Script::Compile(v8::String::New(source))->Run();
218 return v8::Script::Compile(str)->Run()->Int32Value();
240 v8::Handle<v8::Value> value = v8::Script::Compile(str)->Run();
267 v8::Handle<v8::Value> value = v8::Script::Compile(str)->Run();
288 v8::Script::Compile(v8::String::New(buffer.start()))->Run();
298 v8::Script::Compile(v8::String::New(buffer.start()))->Run();
308 v8::Script::Compile(v
[all...]
H A Dtest-accessors.cc262 Local<Script> scr = v8::Script::Compile(v8::String::New("obj.xxx"));
285 Local<Script> scr = v8::Script::Compile(v8::String::New("obj.xxx"));
303 Local<Script> scr = v8::Script::Compile(v8::String::New("obj.xxx"));
318 Local<Script> scr = v8::Script::Compile(v8::String::New("obj.xxx"));
355 result = Script::Compile(v8_str(
362 result = Script::Compile(String::New(
384 Script::Compile(String::New(
417 Script::Compile(String::New(
444 v8::Handle<v8::Value> result = Script::Compile(String::New(
H A Dtest-api.cc125 Local<Script> script = Script::Compile(source);
272 Local<Script> script = Script::Compile(source);
353 Local<Script> script = Script::Compile(source);
377 Local<Script> script = Script::Compile(source);
402 Local<Script> script = Script::Compile(source);
428 Local<Script> script = Script::Compile(source);
612 Local<Script> script = Script::Compile(source);
1166 Script::Compile(v8_str("obj[0]"))->Run();
1167 Script::Compile(v8_str("obj.x"))->Run();
1170 Script::Compile(v8_st
[all...]
H A Dcctest.h201 return v8::Script::Compile(v8_str(x));
207 return v8::Script::Compile(v8::String::New(source))->Run();
H A Dtest-alloc.cc150 v8::Script::Compile(v8::String::New("(new Foo).get"))->Run();
H A Dtest-serialize.cc334 v8::Local<v8::Script> script = v8::Script::Compile(source);
352 v8::Local<v8::Script> script = v8::Script::Compile(source);
H A Dtest-decls.cc137 Local<Value> result = Script::Compile(String::New(source))->Run();
H A Dtest-log-stack-tracer.cc194 return v8::Utils::OpenHandle(*Script::Compile(String::New(source)));
264 // Compile the script.
/external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/webkit/
H A Dbasesteps.py16 Compile = buildStepWithDefaultTimeout(shell.Compile) variable
H A Dsteps.py1 from webkit.basesteps import ShellCommand, SVN, Test, Compile, UploadCommand namespace
148 class CompileWebKit(Compile):
158 Compile.__init__(self, env=self.env, *args, **kwargs)
233 class GenerateCoverageData(Compile):
/external/openssl/ssl/
H A Dssl-lib.com155 $! Compile The Library.
218 $! Check To See If The File We Want To Compile Is Actually There.
241 $! Compile The File.
279 $! Check To See If The File We Want To Compile Is Actually There.
302 $! Compile The File.
546 $ WRITE SYS$OUTPUT " LIBRARY : To Compile Just The [.xxx.EXE.SSL]LIBSSL.OLB Library."
547 $ WRITE SYS$OUTPUT " SSL_TASK : To Compile Just The [.xxx.EXE.SSL]SSL_TASK.EXE Program."
573 $! P2 Is NODEBUG, So Compile Without Debugger Information.
579 $ WRITE SYS$OUTPUT "No Debugger Information Will Be Produced During Compile."
586 $! Check To See If We Are To Compile Wit
[all...]
/external/openssl/crypto/des/
H A Ddes-lib.com204 $! Check To See If The File We Want To Compile Actually Exists.
223 $! Compile The File.
252 $! Compile The DESTEST Program.
264 $! Check To See If The File We Want To Compile Actually Exists.
287 $! Compile The DESTEST Program.
300 $! Compile The SPEED Program.
312 $! Check To See If The File We Want To Compile Actually Exists.
335 $! Compile The SPEED Program.
348 $! Compile The RPW Program.
360 $! Check To See If The File We Want To Compile Actuall
[all...]
/external/openssl/apps/
H A Dmakeapps.com241 $! Check To See If The File We Want To Compile Actually Exists.
269 $! Compile The File.
517 $! P1 Is NODEBUG, So Compile Without Debugger Information.
523 $ WRITE SYS$OUTPUT "No Debugger Information Will Be Produced During Compile."
530 $! Check To See If We Are To Compile With Debugger Information.
535 $! Compile With Debugger Information.
541 $ WRITE SYS$OUTPUT "Debugger Information Will Be Produced During Compile."
550 $ WRITE SYS$OUTPUT " DEBUG : Compile With The Debugger Information."
551 $ WRITE SYS$OUTPUT " NODEBUG : Compile Without The Debugger Information."
717 $! Compile Usin
[all...]
/external/astl/tests/
H A DAndroid.mk53 # Compile using the host only on linux for valgrind support.
/external/webkit/WebKit/chromium/src/
H A DWebDevToolsAgentImpl.cpp311 v8::Script::Compile(v8::String::New(
315 v8::Script::Compile(v8::String::New(
449 v8::Local<v8::Value> result = proxy->runScript(v8::Script::Compile(v8::String::New(code.utf8().data())), true);
/external/v8/src/
H A Dcompiler.h234 // Compile a String source within a context.
235 static Handle<JSFunction> Compile(Handle<String> source,
243 // Compile a String source within a context for Eval.
249 // Compile from function info (used for lazy compilation). Returns
254 // Compile a function boilerplate object (the function is possibly
H A Dv8-counters.h46 HT(compile, V8.Compile) \
/external/webkit/WebCore/bindings/v8/
H A DV8Proxy.cpp258 v8::Handle<v8::Script> script = v8::Script::Compile(code, &origin);
377 // Compile the script.
490 v8::Local<v8::Script> script = v8::Script::Compile(code);
788 // Compile JavaScript function for retrieving the source line of the top
794 v8::Script::Compile(v8::String::New(frameSourceLineSource))->Run();
796 // Compile JavaScript function for retrieving the source name of the top
807 v8::Script::Compile(v8::String::New(frameSourceNameSource))->Run();
/external/webkit/WebCore/bindings/v8/custom/
H A DV8InjectedScriptHostCustom.cpp104 v8::Local<v8::Script> script = v8::Script::Compile(v8String(scriptSource));
/external/v8/samples/
H A Dlineprocessor.cc222 // Compile script in try/catch context.
224 script = v8::Script::Compile(script_source, script_name);
H A Dshell.cc246 v8::Handle<v8::Script> script = v8::Script::Compile(source, name);

Completed in 228 milliseconds

12