Searched refs:TheClass (Results 1 – 4 of 4) sorted by relevance
42 class TheClass { class
1080 function TheClass() { class in TestStrictFunctionWritablePrototype1082 assertThrows(function() { TheClass.caller; }, TypeError);1083 assertThrows(function() { TheClass.arguments; }, TypeError);1086 TheClass.prototype = { class1092 var o = new TheClass();
113 InstrItinClass TheClass = Class;
2568 llvm::Constant *TheClass = in ModuleInitFunction() local2571 if (TheClass) { in ModuleInitFunction()2572 TheClass = llvm::ConstantExpr::getBitCast(TheClass, PtrTy); in ModuleInitFunction()2573 Builder.CreateCall2(RegisterAlias, TheClass, in ModuleInitFunction()