Home | History | Annotate | Download | only in src

Lines Matching refs:CONTEXT

81 //           - Context
813 V(Context) \
911 MUST_USE_RESULT MaybeObject* ToObject(Context* global_context);
3348 // context. This includes the parameters that are allocated in the context.
3357 // Return the number of context slots for code if a context is allocated. This
3359 context: Context::MIN_CONTEXT_SLOTS
3360 // 2. One context slot per context allocated local.
3361 // 3. One context slot for the function name if it is context allocated.
3362 // Parameters allocated in the context count as context allocated locals. If
3369 // Return if this has context allocated locals.
3387 // Return the name of the given context local.
3390 // Return the mode of the given context local.
3393 // Return the initialization flag of the given context local.
3403 // context slot index for a given slot name if the slot is present; otherwise
3417 // function context slot index if the function name is present (named
3438 // context.
3481 // in the context. They are stored in increasing order of the context slot
3482 // index starting with Context::MIN_CONTEXT_SLOTS. One slot is used per
3483 // context local, so in total this part occupies ContextLocalCount() slots
3487 // the context locals in ContextLocalNameEntries. One slot is used per
3488 // context local, so in total this part occupies ContextLocalCount()
3494 // b. The context or stack slot index for the variable.
3505 CONTEXT,
3516 // BitFields representing the encoded information for context locals in the
5021 // [context_data]: context data for the context this script was compiled in.
5197 // another context will use the adjusted instance size too.
5210 // - The constructor is called from another context.
5214 // Proceed to create an object in the current context (with the adjusted
5218 // called in the same context. This could be another closure in the same
5219 // context, or the first function could have been disposed.
5341 // Inline cache age is used to infer whether the function survived a context
5711 // [context]: The context for this function.
5712 inline Context* context();
5714 inline void set_context(Object* context);
5765 // using the functions from a new context that we should not have
5847 // Retrieve the global context from a function's literal array.
5848 static Context* GlobalContextFromLiterals(FixedArray* literals);
5887 // [context]: the owner global context of this global proxy object.
5888 // It is null value if this object is not used by any context.
5889 DECL_ACCESSORS(context, Object)
5924 // [global context]: the global context corresponding to this global object.
5925 DECL_ACCESSORS(global_context, Context)
5927 // [global receiver]: the global receiver object of the context
6403 Context* context,
6409 Context* context,
6611 // - the parameter map contains an index into the context
6615 // - this struct (in the slow backing store) contains an index into the context