Home | History | Annotate | Download | only in src

Lines Matching refs:Handle

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);
122 static Handle<JSRegExp> NewJSRegExp(Handle<String> pattern,
123 Handle<String> flags,
127 static Handle<Object> CharAt(Handle<String> str, uint32_t index);
129 static Handle<Object> GetFunctionFor();
130 static Handle<JSFunction> InstantiateFunction(
131 Handle<FunctionTemplateInfo> data, bool* exc);
132 static Handle<JSObject> InstantiateObject(Handle<ObjectTemplateInfo> data,
134 static void ConfigureInstance(Handle<Object> instance,
135 Handle<Object> data,
137 static Handle<String> GetStackTraceLine(Handle<Object> recv,
138 Handle<JSFunction> fun,
139 Handle<Object> pos,
140 Handle<Object> is_global);
147 // stack overflow, then handle the interruption accordingly.
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,