Home | History | Annotate | Download | only in src

Lines Matching refs:Execution

38 #include "execution.h"
291 Execution::Call(fun, self, 0, NULL, &has_pending_exception, true);
2043 Execution::Call(fun, self, ARRAY_SIZE(argv), argv, &has_pending_exception);
2677 Execution::Call(isolate->to_complete_property_descriptor(), result,
2782 Execution::Call(isolate->to_complete_property_descriptor(), result,
2873 return Execution::Call(trap, handler, argc, argv, &threw);
9490 Handle<Object> number = Execution::ToNumber(value, &has_exception);