Home | History | Annotate | Download | only in src

Lines Matching defs:code

2 // Use of this source code is governed by a BSD-style license that can be
952 (jsfun->code()->kind() == Code::FUNCTION ||
953 jsfun->code()->kind() == Code::OPTIMIZED_FUNCTION);
4124 uint32_t code = c_code->NumberValueAsInteger32() & 0xffff;
4126 isolate->factory()->LookupSingleCharacterStringFromCode(code));
4501 // Ignore the use requirement from never run code
4537 // Node-specific verification code is only included in debug mode.