Home | History | Annotate | Download | only in src

Lines Matching defs:from

227   // Get the native context from the literals array.  This is the
229 // function from this context to create the object literal. We do
230 // not use the object function from the current native context
231 // because this might be the object function from another context
1043 // Initializes a typed array from an array-like object.
1181 // Set from typed array of the same type.
1184 // Set from typed array of the different type, overlapping in memory.
1186 // Set from typed array of the different type, non-overlapping.
1188 // Set from non-typed array.
1953 // Enumerator used as indices into the array returned from GetOwnProperty
2524 // Conservative upper limit to prevent fuzz tests from going OOM.
2617 // space for the 'sticky' flag, since it is from the snapshot, but must work
2618 // both with and without --harmony-regexp. When sticky comes out from under
2743 // Get the RegExp function from the context in the literals array.
2744 // This is the RegExp function from the context in which the
2745 // function was created. We do not use the RegExp function from the
2747 // from another context which we should not have access to.
3299 int from,
3301 DCHECK(from >= 0);
3302 int length = to - from;
3305 StringBuilderSubstringPosition::is_valid(from)) {
3307 StringBuilderSubstringPosition::encode(from);
3312 builder->Add(Smi::FromInt(from));
3322 void AddSubjectSlice(int from, int to) {
3323 AddSubjectSlice(&array_builder_, from, to);
3324 IncrementCharacterCount(to - from);
3454 static inline ReplacementPart ReplacementSubString(int from, int to) {
3455 DCHECK(from >= 0);
3456 DCHECK(to > from);
3457 return ReplacementPart(-from, to);
3461 // the replacement pattern, otherwise it's a value from PartType.
3629 int from = -tag;
3632 isolate->factory()->NewSubString(replacement, from, to), zone());
3666 int from = match[capture * 2];
3668 if (from >= 0 && to > from) {
3669 builder->AddSubjectSlice(from, to);
3951 // from. Global regexps can match any number of times, so we guess
4429 // the common case where from and to are Smis.
4502 int from = offsets.at(i * 2);
4505 isolate->factory()->NewProperSubString(subject, from, to);
4514 // Only called from Runtime_RegExpExecMultiple so it doesn't need to maintain
4567 // Position to search from.
4902 // KeyedGetProperty is called from KeyedLoadIC::GenerateGeneric.
5878 // Names from hidden prototypes may already have been added
5963 // Return property names from named interceptor.
5980 // Return element names from indexed interceptor.
6060 // index return the the argument from the frame.
6215 static bool AreDigits(const uint8_t*s, int from, int to) {
6216 for (int i = from; i < to; i++) {
6224 static int ParseDecimalInteger(const uint8_t*s, int from, int to) {
6225 DCHECK(to - from < 10); // Overflow is not possible.
6226 DCHECK(from < to);
6227 int d = s[from] - '0';
6229 for (int i = from + 1; i < to; i++) {
6256 // Fast check for a junk value. A valid string may start from a
6911 // to prevent GC from seeing partially initialized array.
7600 // from String::Equals.
7666 // From http://graphics.stanford.edu/~seander/bithacks.html#IntegerLog10
7682 // drop one digit from the longer integer since the final digit is
7899 // -0.5 or 0.5. Used as slow case from full codegen.
8263 // TODO(lrn): Create bound function in C++ code from premade shared info.
8514 // using the code from the full compiler.
8618 // Evict optimized code for this function from the cache so that it
8687 // The following two assertions are lifted from the DCHECKs inside
8704 // Start patching from the currently patched loop nesting level.
8812 // Passing the PC in the javascript frame from the caller directly is
9095 // gotten from the native context.
9118 // gotten from the native context.
9139 // gotten from the native context.
9311 // For x32 a 128-bit struct return is done as rax and rdx from the ObjectPair
9426 // property from it.
9883 // Check if native context allows code generation from
9917 // Check if native context allows code generation from
10766 CONVERT_ARG_HANDLE_CHECKED(JSArray, from, 0);
10768 JSObject::ValidateElements(from);
10771 Handle<FixedArrayBase> new_elements(from->elements());
10772 ElementsKind from_kind = from->GetElementsKind();
10775 to->set_length(from->length());
10777 JSObject::ResetElements(from);
10778 from->set_length(Smi::FromInt(0));
10804 // For holey elements, take samples from the buffer checking for holes
11059 // Return the property type calculated from the property details.
11069 // Return the property attribute calculated from the property details.
11079 // Return the property insertion index calculated from the property details.
11090 // Return property value from named interceptor.
11107 // Return element value from indexed interceptor.
11157 // Omit functions from native scripts.
11276 // Omit functions from native scripts.
11319 // Inlined frame index in optimized frame, starting from outer function.
11339 from it for local variable information.
11361 // Use the value from the stack.
11503 // Get the value from the stack.
11510 // Add locals name and value from the temporary copy from the function frame.
11530 // hide this optimization from the debugger, we wrap the receiver
11670 // Finally copy any properties from the function context extension.
11831 // Finally copy any properties from the function context extension. This will
11875 // Properties from the function context extension. This will
11972 // Iterate over the actual scopes visible from a stack frame or from a closure.
11973 // The iteration proceeds from the innermost visible nested scope outwards.
12029 // location as well. So the "- 1" to exclude it from the search.
12324 // A failed reparse indicates that the preparser has diverged from the
12327 // information we get from the context chain but nothing about
12365 // stack frame in a range from the current debug break position to the end
12825 // Get the script from the script wrapper.
12887 // args[1]: step action from the enumeration StepAction
13118 // Enter the top context from before the debugger was invoked.
13128 // Get the native context now set to the top context from before the
13198 // references from mirror objects (see Runtime_IsInPrototypeChain).
13223 // referenced from mirrors and has a circular reference in which case the
13225 // referenced from the mirror.
13943 // Set some limit to prevent fuzz tests from going OOM.
13962 // Convert from BCP47 to ICU format.
13978 // Remove extensions from maximized locale.
13990 // Convert from ICU locale format to BCP47 format.
14551 // Finds the script object from the script data. NOTE: This operation uses
14585 // Get the script object from script data. NOTE: Regarding performance
14761 // This call must not cause lazy deopts, because it's called from deferred
14772 // This is only called from codegen, so checks might be more lax.
15328 // cache_array from ForInInit,
15329 // cache_type from ForInInit,