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

  /external/webkit/JavaScriptCore/runtime/
JSByteArray.cpp 43 putDirect(exec->globalData().propertyNames->length, jsNumber(exec, m_storage->length()), ReadOnly | DontDelete);
76 descriptor.setDescriptor(getIndex(exec, index), DontDelete);
JSFunction.cpp 67 putDirect(exec->propertyNames().length, jsNumber(exec, length), DontDelete | ReadOnly | DontEnum);
157 putDirect(exec->propertyNames().prototype, prototype, DontDelete);
194 descriptor.setDescriptor(exec->interpreter()->retrieveArguments(exec, this), ReadOnly | DontEnum | DontDelete);
199 descriptor.setDescriptor(jsNumber(exec, jsExecutable()->parameterCount()), ReadOnly | DontEnum | DontDelete);
204 descriptor.setDescriptor(exec->interpreter()->retrieveCaller(exec, this), ReadOnly | DontEnum | DontDelete);
JSObject.h 62 DontDelete = 1 << 3, // property can't be deleted
  /external/v8/include/
v8.h     [all...]

Completed in 54 milliseconds