Searched refs:TheClass (Results 1 – 4 of 4) sorted by relevance
42 class TheClass { class
1088 function TheClass() { class in TestStrictFunctionWritablePrototype1090 assertThrows(function() { TheClass.caller; }, TypeError);1091 assertThrows(function() { TheClass.arguments; }, TypeError);1094 TheClass.prototype = { class1100 var o = new TheClass();
113 InstrItinClass TheClass = Class;
2595 llvm::Constant *TheClass = in ModuleInitFunction() local2598 if (TheClass) { in ModuleInitFunction()2599 TheClass = llvm::ConstantExpr::getBitCast(TheClass, PtrTy); in ModuleInitFunction()2601 {TheClass, MakeConstantString(iter->second)}); in ModuleInitFunction()