OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inextensible
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/test/webkit/
preventExtensions.js
70
function
inextensible
(){}
function
73
preventExtensions(
inextensible
);
76
new
inextensible
;
79
inextensible
.prototype.prototypeExists = true;
83
shouldBeTrue("(new
inextensible
).prototypeExists");
78
inextensible
.prototype.prototypeExists = true;
class
preventExtensions-expected.txt
29
PASS (new
inextensible
).prototypeExists is true
Completed in 42 milliseconds