Lines Matching refs:Object
65 static Handle<Object> Call(Handle<Object> callable,
66 Handle<Object> receiver,
68 Handle<Object> argv[],
79 static Handle<Object> New(Handle<JSFunction> func,
81 Handle<Object> argv[],
88 static Handle<Object> TryCall(Handle<JSFunction> func,
89 Handle<Object> receiver,
91 Handle<Object> argv[],
95 static Handle<Object> ToBoolean(Handle<Object> obj);
98 static Handle<Object> ToNumber(Handle<Object> obj, bool* exc);
101 static Handle<Object> ToInteger(Handle<Object> obj, bool* exc);
104 static Handle<Object> ToInt32(Handle<Object> obj, bool* exc);
107 static Handle<Object> ToUint32(Handle<Object> obj, bool* exc);
110 static Handle<Object> ToString(Handle<Object> obj, bool* exc);
113 static Handle<Object> ToDetailString(Handle<Object> obj, bool* exc);
116 static Handle<Object> ToObject(Handle<Object> obj, bool* exc);
119 static Handle<Object> NewDate(double time, bool* exc);
127 static Handle<Object> CharAt(Handle<String> str, uint32_t index);
129 static Handle<Object> GetFunctionFor();
134 static void ConfigureInstance(Handle<Object> instance,
135 Handle<Object> data,
137 static Handle<String> GetStackTraceLine(Handle<Object> recv,
139 Handle<Object> pos,
140 Handle<Object> is_global);
142 static Object* DebugBreakHelper();
153 static Handle<Object> GetFunctionDelegate(Handle<Object> object);
154 static Handle<Object> TryGetFunctionDelegate(Handle<Object> object,
159 static Handle<Object> GetConstructorDelegate(Handle<Object> object);
160 static Handle<Object> TryGetConstructorDelegate(Handle<Object> object,