Home | History | Annotate | Download | only in src

Lines Matching refs:Execution

41 #include "execution.h"
150 // The default fatal error handler is called and execution is stopped.
214 // If the callback returns, we stop execution.
1589 i::Execution::Call(fun, receiver, 0, NULL, &has_pending_exception);
1825 i::Execution::Call(fun, recv, argc, argv, has_pending_exception);
2291 str = i::Execution::ToString(obj, &has_pending_exception);
2311 str = i::Execution::ToDetailString(obj, &has_pending_exception);
2331 val = i::Execution::ToObject(obj, &has_pending_exception);
2349 i::Handle<i::Object> val = i::Execution::ToBoolean(obj);
2368 num = i::Execution::ToNumber(obj, &has_pending_exception);
2386 num = i::Execution::ToInteger(obj, &has_pending_exception);
2514 i::Handle<i::Object> value = i::Execution::ToBoolean(obj);
2533 num = i::Execution::ToNumber(obj, &has_pending_exception);
2551 num = i::Execution::ToInteger(obj, &has_pending_exception);
2573 num = i::Execution::ToInt32(obj, &has_pending_exception);
2591 num = i::Execution::ToUint32(obj, &has_pending_exception);
2610 i::Execution::ToString(obj, &has_pending_exception);
2638 i::Execution::ToInt32(obj, &has_pending_exception);
2719 i::Execution::ToUint32(obj, &has_pending_exception);
2851 key_obj = i::Execution::ToString(key_obj, &has_pending_exception);
3500 return i::Execution::GetFunctionDelegate(obj)->IsJSFunction();
3523 i::Execution::TryGetFunctionDelegate(obj, &has_pending_exception);
3530 i::Execution::Call(fun, recv_obj, argc, args, &has_pending_exception);
3551 i::Execution::New(fun, argc, args, &has_pending_exception);
3558 i::Execution::TryGetConstructorDelegate(obj, &has_pending_exception);
3564 i::Execution::Call(fun, obj, argc, args, &has_pending_exception);
3591 i::Execution::New(function, argc, args, &has_pending_exception);
3612 i::Execution::Call(fun, recv_obj, argc, args, &has_pending_exception);
4512 i::Execution::InstantiateObject(Utils::OpenHandle(this),
4527 i::Execution::InstantiateFunction(Utils::OpenHandle(this),
4884 i::Execution::NewDate(time, &has_pending_exception);
4926 i::Execution::TryCall(func,
4954 i::Handle<i::JSRegExp> obj = i::Execution::NewJSRegExp(
5318 // execution right away. Otherwise, ask the thread manager to
5760 i::Execution::ProcessDebugMessages(true);