Lines Matching defs:object
46 #include "src/deoptimizer/materialized-object-store.h"
661 // Print the details of this failure message object, including its own address
922 bool IsBuiltinFunction(Isolate* isolate, HeapObject object, Builtin builtin) {
923 if (!object.IsJSFunction()) return false;
924 JSFunction const function = JSFunction::cast(object);
1379 // Frames that are subject to debugging always have a valid script object.
1471 // Get the data object from access check info.
1496 // current lexical context and the accessed object.
2444 // We fetch the stack trace that corresponds to this error object.
2446 // object. In that case, we fall through and capture the stack trace
2452 // Not an error object, we capture stack and location at throw site.
2549 // Clear the pending message object early to avoid endless recursion.
3160 // IsolateAllocator allocates the memory for the Isolate object according to
3164 // Construct Isolate object in the allocated memory.
3586 // compression as the object itself is shared.
3674 // From this point onwards, the old builtin code object is unreachable and
3947 // Ensure that the thread has a valid stack guard. The v8::Locker object
3975 // SetUp the object heap.
4038 V8::FatalProcessOutOfMemory(this, "heap object creation");
4042 // Terminate the startup and shared heap object caches so we can iterate.
4152 // The IET for profiling should always be a full on-heap Code object.
4211 PrintF("Set up native stack object (limit: %p, base: %p)\n",
4444 Object object) {
4448 if (current_context.initial_object_prototype() == object) {
4450 } else if (current_context.initial_array_prototype() == object) {
4452 } else if (current_context.initial_string_prototype() == object) {
4460 bool Isolate::IsInAnyContext(Object object, uint32_t index) {
4465 if (current_context.get(index) == object) {
4473 void Isolate::UpdateNoElementsProtectorOnSetElement(Handle<JSObject> object) {
4475 if (!object->map().is_prototype_map()) return;
4477 KnownPrototype obj_type = IsArrayOrObjectOrStringPrototype(*object);
4784 // This happens if the assertions object is a Proxy whose ownKeys() or