Searched refs:SetLocalPropertyNoThrow (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/ |
D | top.cc | 257 SetLocalPropertyNoThrow(stackFrame, column_key, in CaptureCurrentStackTrace() 260 SetLocalPropertyNoThrow(stackFrame, line_key, in CaptureCurrentStackTrace() 266 SetLocalPropertyNoThrow(stackFrame, script_key, script_name); in CaptureCurrentStackTrace() 282 SetLocalPropertyNoThrow(stackFrame, script_name_or_source_url_key, in CaptureCurrentStackTrace() 291 SetLocalPropertyNoThrow(stackFrame, function_key, fun_name); in CaptureCurrentStackTrace() 298 SetLocalPropertyNoThrow(stackFrame, eval_key, is_eval); in CaptureCurrentStackTrace() 304 SetLocalPropertyNoThrow(stackFrame, constructor_key, is_constructor); in CaptureCurrentStackTrace()
|
D | bootstrapper.cc | 337 SetLocalPropertyNoThrow(target, symbol, function, DONT_ENUM); in InstallFunction() 711 SetLocalPropertyNoThrow( in CreateNewGlobals() 822 SetLocalPropertyNoThrow(inner_global, object_name, in InitializeGlobal() 991 SetLocalPropertyNoThrow(global, name, json_object, DONT_ENUM); in InitializeGlobal() 1021 SetLocalPropertyNoThrow(result, factory->length_symbol(), in InitializeGlobal() 1024 SetLocalPropertyNoThrow(result, factory->callee_symbol(), in InitializeGlobal() 1100 SetLocalPropertyNoThrow(result, factory->length_symbol(), in InitializeGlobal() 1311 SetLocalPropertyNoThrow(builtins, global_symbol, global_obj, attributes); in InstallNatives() 1742 SetLocalPropertyNoThrow(js_global, natives_string, in InstallSpecialObjects() 1749 SetLocalPropertyNoThrow(Handle<JSObject>::cast(Error), in InstallSpecialObjects() [all …]
|
D | handles.h | 220 void SetLocalPropertyNoThrow(Handle<JSObject> object,
|
D | handles.cc | 330 void SetLocalPropertyNoThrow(Handle<JSObject> object, in SetLocalPropertyNoThrow() function
|
D | factory.cc | 661 SetLocalPropertyNoThrow(prototype, constructor_symbol(), function, DONT_ENUM); in NewFunctionWithPrototype()
|