Home
last modified time | relevance | path

Searched defs:throw_error (Results 1 - 5 of 5) sorted by relevance

/third_party/jerryscript/tests/jerry/es5.1/
H A Dobject-literal-fails.js15 function throw_error(snippet) function
/third_party/jerryscript/tests/jerry/es2015/
H A Dobject-computed.js127 function throw_error(snippet) function
/base/security/asset/frameworks/definition/src/
H A Dmacros.rs151 macro_rules! throw_error { macros
/third_party/node/deps/v8/src/strings/
H A Duri.cc288 bool throw_error = false; in Encode() local
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc2705 GotoIf(TaggedEqual(value, TheHoleConstant()), &throw_error); in IGNITION_HANDLER() local
2726 GotoIf(TaggedEqual(value, TheHoleConstant()), &throw_error); in IGNITION_HANDLER() local
2746 GotoIf(TaggedNotEqual(value, TheHoleConstant()), &throw_error); in IGNITION_HANDLER() local

Completed in 7 milliseconds