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

  /external/v8/src/
macros.py 146 macro TO_OBJECT_INLINE(arg) = (IS_SPEC_OBJECT(%IS_VAR(arg)) ? arg : ToObject(arg));
v8natives.js 254 return %HasLocalProperty(TO_OBJECT_INLINE(this), TO_STRING_INLINE(V));
    [all...]

Completed in 943 milliseconds