Home | History | Annotate | Download | only in src

Lines Matching refs:Throw

362   return isolate()->Throw<Object>(error);
370 return isolate()->Throw<Object>(error);
585 // of its properties; throw a TypeError in that case.
634 // If we did not find a property, check if we need to throw an exception.
650 // If the property is not present, check if we need to throw an exception.
1272 // properties on it; throw a TypeError in that case.
1277 // The length property of string values is read-only. Throw in strict mode.