• Home
  • Raw
  • Download

Lines Matching refs:has_pending_exception

83   bool has_pending_exception = false
91 if (has_pending_exception) { \
1521 has_pending_exception = result.is_null(); in New()
1589 i::Execution::Call(fun, receiver, 0, NULL, &has_pending_exception); in Run()
1817 bool* has_pending_exception) { in CallV8HeapFunction() argument
1825 i::Execution::Call(fun, recv, argc, argv, has_pending_exception); in CallV8HeapFunction()
1832 bool* has_pending_exception) { in CallV8HeapFunction() argument
1838 has_pending_exception); in CallV8HeapFunction()
1851 &has_pending_exception); in GetLineNumber()
1891 &has_pending_exception); in GetStartColumn()
1907 &has_pending_exception); in GetEndColumn()
1925 &has_pending_exception); in GetSourceLine()
2291 str = i::Execution::ToString(obj, &has_pending_exception); in ToString()
2311 str = i::Execution::ToDetailString(obj, &has_pending_exception); in ToDetailString()
2331 val = i::Execution::ToObject(obj, &has_pending_exception); in ToObject()
2368 num = i::Execution::ToNumber(obj, &has_pending_exception); in ToNumber()
2386 num = i::Execution::ToInteger(obj, &has_pending_exception); in ToInteger()
2533 num = i::Execution::ToNumber(obj, &has_pending_exception); in NumberValue()
2551 num = i::Execution::ToInteger(obj, &has_pending_exception); in IntegerValue()
2573 num = i::Execution::ToInt32(obj, &has_pending_exception); in ToInt32()
2591 num = i::Execution::ToUint32(obj, &has_pending_exception); in ToUint32()
2610 i::Execution::ToString(obj, &has_pending_exception); in ToArrayIndex()
2638 i::Execution::ToInt32(obj, &has_pending_exception); in Int32Value()
2670 &has_pending_exception); in Equals()
2719 i::Execution::ToUint32(obj, &has_pending_exception); in Uint32Value()
2746 has_pending_exception = obj.is_null(); in Set()
2766 has_pending_exception = obj.is_null(); in Set()
2788 has_pending_exception = obj.is_null(); in ForceSet()
2808 has_pending_exception = obj.is_null(); in ForceDelete()
2822 has_pending_exception = result.is_null(); in Get()
2835 has_pending_exception = result.is_null(); in Get()
2851 key_obj = i::Execution::ToString(key_obj, &has_pending_exception); in GetPropertyAttributes()
2883 has_pending_exception = result.is_null(); in SetPrototype()
3144 has_pending_exception = result.is_null(); in GetPropertyByLookup()
3212 has_pending_exception = result.is_null(); in Clone()
3523 i::Execution::TryGetFunctionDelegate(obj, &has_pending_exception); in CallAsFunction()
3530 i::Execution::Call(fun, recv_obj, argc, args, &has_pending_exception); in CallAsFunction()
3551 i::Execution::New(fun, argc, args, &has_pending_exception); in CallAsConstructor()
3558 i::Execution::TryGetConstructorDelegate(obj, &has_pending_exception); in CallAsConstructor()
3564 i::Execution::Call(fun, obj, argc, args, &has_pending_exception); in CallAsConstructor()
3591 i::Execution::New(function, argc, args, &has_pending_exception); in NewInstance()
3612 i::Execution::Call(fun, recv_obj, argc, args, &has_pending_exception); in Call()
4513 &has_pending_exception); in NewInstance()
4528 &has_pending_exception); in GetFunction()
4884 i::Execution::NewDate(time, &has_pending_exception); in New()
4957 &has_pending_exception); in New()
5035 has_pending_exception = result.is_null(); in CloneElementAt()
5712 &has_pending_exception); in Call()
5716 &has_pending_exception); in Call()