HomeSort by relevance Sort by last modified time
    Searched refs:IS_SPEC_OBJECT (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
v8natives.js 223 if (!IS_SPEC_OBJECT(V)) return false;
283 if (!IS_SPEC_OBJECT(obj))
332 if (!IS_SPEC_OBJECT(obj)) {
720 if (!IS_SPEC_OBJECT(obj))
728 if (!IS_SPEC_OBJECT(obj))
737 if (!IS_SPEC_OBJECT(obj))
789 if (!IS_SPEC_OBJECT(proto) && proto !== null) {
801 if (!IS_SPEC_OBJECT(obj)) {
813 if (!IS_SPEC_OBJECT(obj))
836 if (!IS_SPEC_OBJECT(obj))
    [all...]
json.js 144 if (IS_SPEC_OBJECT(value)) {
161 } else if (IS_SPEC_OBJECT(value) && !(typeof value == "function")) {
269 if (IS_SPEC_OBJECT(value)) {
283 } else if (IS_SPEC_OBJECT(value) && !(typeof value == "function")) {
macros.py 119 macro IS_SPEC_OBJECT(arg) = (%_IsSpecObject(arg));
runtime.js 83 if (IS_SPEC_OBJECT(y)) {
348 if (!IS_SPEC_OBJECT(x)) {
366 if (!IS_SPEC_OBJECT(V)) {
372 if (!IS_SPEC_OBJECT(O)) {
486 if (!IS_SPEC_OBJECT(x)) return x;
596 // considered a primitive value. IS_SPEC_OBJECT handles this correctly
598 return !IS_SPEC_OBJECT(x);

Completed in 892 milliseconds