HomeSort by relevance Sort by last modified time
    Searched refs:Execution (Results 1 - 20 of 20) sorted by null

  /external/v8/src/
execution.cc 119 Handle<Object> Execution::Call(Handle<JSFunction> func,
128 Handle<Object> Execution::New(Handle<JSFunction> func, int argc,
134 Handle<Object> Execution::TryCall(Handle<JSFunction> func,
168 Handle<Object> Execution::GetFunctionDelegate(Handle<Object> object) {
193 Handle<Object> Execution::GetConstructorDelegate(Handle<Object> object) {
423 Handle<Object> Execution::ToBoolean(Handle<Object> obj) {
439 Handle<Object> Execution::ToNumber(Handle<Object> obj, bool* exc) {
444 Handle<Object> Execution::ToString(Handle<Object> obj, bool* exc) {
449 Handle<Object> Execution::ToDetailString(Handle<Object> obj, bool* exc) {
454 Handle<Object> Execution::ToObject(Handle<Object> obj, bool* exc)
    [all...]
messages.cc 32 #include "execution.h"
110 Execution::Call(fun, Factory::undefined_value(), argc, argv,
155 Execution::TryCall(fun, Top::builtins(), 1, argv, &caught_exception);
accessors.cc 31 #include "execution.h"
111 Handle<Object> uint32_v = Execution::ToUint32(value_handle, &has_exception);
113 Handle<Object> number_v = Execution::ToNumber(value_handle, &has_exception);
api.cc 35 #include "execution.h"
128 // The default fatal error handler is called and execution is stopped.
178 // If the callback returns, we stop execution.
    [all...]
execution.h 44 class Execution : public AllStatic {
debug.cc 38 #include "execution.h"
709 Execution::TryCall(function, Handle<Object>(context->global()),
834 // Find the break point where execution has stopped.
948 Handle<Object> result = Execution::TryCall(check_break_point,
    [all...]
factory.cc 32 #include "execution.h"
432 Handle<Object> result = Execution::TryCall(fun,
458 Handle<Object> result = Execution::TryCall(fun,
    [all...]
runtime.cc 39 #include "execution.h"
    [all...]
bootstrapper.cc 35 #include "execution.h"
    [all...]
handles.cc 37 #include "execution.h"
385 Handle<Object> number = Execution::ToNumber(value, &has_exception);
top.cc 33 #include "execution.h"
105 // Iterate over pointers on native execution stack.
661 Execution::GetStackTraceLine(recv, fun, pos_obj, is_top_level);
    [all...]
builtins.cc 444 Handle<Object> result = Execution::Call(function,
    [all...]
ic.cc 33 #include "execution.h"
366 Handle<Object> delegate = Execution::GetFunctionDelegate(target);
    [all...]
objects.cc 34 #include "execution.h"
209 Execution::Call(fun, self, 0, NULL, &has_pending_exception);
    [all...]
jsregexp.cc 32 #include "execution.h"
72 return Execution::New(constructor, 2, argv, has_pending_exception);
517 // Conceptual regular expression execution model:
519 // There is a simple conceptual model of regular expression execution
589 // Execution state virtualization.
    [all...]
  /external/v8/test/cctest/
test-compiler.cc 34 #include "execution.h"
140 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
161 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
181 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
202 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
223 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
256 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
272 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
296 Execution::Call(fun0, global, 0, NULL, &has_pending_exception);
308 Execution::Call(Handle<JSFunction>::cast(fun1), global, 1, argv
    [all...]
test-heap.cc 7 #include "execution.h"
47 Object* print_string = *Execution::ToString(Handle<Object>(obj), &exc);
55 *Execution::ToString(Handle<Object>(Smi::FromInt(value)), &exc);
64 Object* print_string = *Execution::ToString(Handle<Object>(obj), &exc);
  /external/v8/src/arm/
regexp-macro-assembler-arm.cc 751 // If returning non-zero, we should end execution with the given
    [all...]
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.cc 765 // If returning non-zero, we should end execution with the given
    [all...]
  /external/v8/src/x64/
regexp-macro-assembler-x64.cc 825 // If returning non-zero, we should end execution with the given
    [all...]

Completed in 411 milliseconds