Searched defs:getTrap (Results 1 - 3 of 3) sorted by relevance

/external/v8/test/mjsunit/es6/
H A Dproxies-json.js339 var getTrap = function(t, key) { function
345 var proxy = new Proxy(target, {get: getTrap});
353 var getTrap = function(t, key) {
359 var proxy = new Proxy(target, {get: getTrap});
399 var getTrap = function(t, key) {
405 var proxy = new Proxy(target, {get: getTrap});
414 var getTrap = function(t, key) {
420 var proxy = new Proxy(target, {get: getTrap});
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h547 virtual void getTrap(MCInst &MI) const { function in class:llvm::TargetInstrInfo
548 llvm_unreachable("Target didn't implement TargetInstrInfo::getTrap!");
553 /// instruction returned by getTrap. This only makes sense because
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp6883 // getUnconditionalBranch and getTrap.
6893 // getUnconditionalBranch and getTrap.
6894 void X86InstrInfo::getTrap(MCInst &MI) const { function in class:X86InstrInfo
6898 // See getTrap and getUnconditionalBranch for conditions on the value returned

Completed in 159 milliseconds