Home | History | Annotate | Download | only in src

Lines Matching refs:Execution

44 #include "execution.h"
161 // The default fatal error handler is called and execution is stopped.
228 // If the callback returns, we stop execution.
1874 // If execution is terminating, Compile(script)->Run() requires this check.
1899 i::Handle<i::Object> result = i::Execution::Call(
2199 i::Handle<i::Object> value = i::Execution::Call(
2732 str = i::Execution::ToString(isolate, obj, &has_pending_exception);
2749 str = i::Execution::ToDetailString(isolate, obj, &has_pending_exception);
2766 val = i::Execution::ToObject(isolate, obj, &has_pending_exception);
2798 num = i::Execution::ToNumber(isolate, obj, &has_pending_exception);
2815 num = i::Execution::ToInteger(isolate, obj, &has_pending_exception);
3008 num = i::Execution::ToNumber(isolate, obj, &has_pending_exception);
3025 num = i::Execution::ToInteger(isolate, obj, &has_pending_exception);
3046 num = i::Execution::ToInt32(isolate, obj, &has_pending_exception);
3063 num = i::Execution::ToUint32(isolate, obj, &has_pending_exception);
3081 i::Execution::ToString(isolate, obj, &has_pending_exception);
3108 i::Execution::ToInt32(isolate, obj, &has_pending_exception);
3199 i::Execution::ToUint32(isolate, obj, &has_pending_exception);
3347 key_obj = i::Execution::ToString(isolate, key_obj, &has_pending_exception);
4081 i::Handle<i::Object> delegate = i::Execution::TryGetFunctionDelegate(
4088 i::Handle<i::Object> returned = i::Execution::Call(
4112 i::Execution::New(fun, argc, args, &has_pending_exception);
4118 i::Handle<i::Object> delegate = i::Execution::TryGetConstructorDelegate(
4124 i::Handle<i::Object> returned = i::Execution::Call(
4167 i::Execution::New(function, argc, args, &has_pending_exception);
4189 i::Handle<i::Object> returned = i::Execution::Call(
5462 i::Execution::InstantiateObject(Utils::OpenHandle(this),
5477 i::Execution::InstantiateFunction(Utils::OpenHandle(this),
5934 i::Execution::NewDate(i_isolate, time, &has_pending_exception);
5981 i::Execution::TryCall(func,
6015 i::Handle<i::JSRegExp> obj = i::Execution::NewJSRegExp(
7099 i::Execution::ProcessDebugMessages(i::Isolate::Current(), true);